Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
0beb90f6
Commit
0beb90f6
authored
Feb 21, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面主题色修改
parent
01e98b9d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
10 deletions
+26
-10
index.js
src/config/index.js
+1
-1
index.scss
src/layouts/components/Tabs/index.scss
+2
-2
index.vue
src/layouts/components/ThemeDrawer/index.vue
+1
-1
element.scss
src/styles/element.scss
+18
-2
index.vue
src/views/property/audit-manage/index.vue
+1
-1
index.vue
src/views/property/case-manage/index.vue
+1
-1
index.vue
src/views/workplace/audit/index.vue
+1
-1
index.vue
src/views/workplace/case/index.vue
+1
-1
No files found.
src/config/index.js
View file @
0beb90f6
...
@@ -7,7 +7,7 @@ export const HOME_URL = '/home/index';
...
@@ -7,7 +7,7 @@ export const HOME_URL = '/home/index';
export
const
LOGIN_URL
=
'/login'
;
export
const
LOGIN_URL
=
'/login'
;
// 默认主题颜色
// 默认主题颜色
export
const
DEFAULT_PRIMARY
=
'#
1989fa
'
;
export
const
DEFAULT_PRIMARY
=
'#
234ca3
'
;
// 路由白名单地址(本地存在的路由 staticRouter.ts 中)
// 路由白名单地址(本地存在的路由 staticRouter.ts 中)
export
const
ROUTER_WHITE_LIST
=
[
'/500'
,
'/403'
,
'/404'
];
export
const
ROUTER_WHITE_LIST
=
[
'/500'
,
'/403'
,
'/404'
];
...
...
src/layouts/components/Tabs/index.scss
View file @
0beb90f6
...
@@ -59,9 +59,9 @@
...
@@ -59,9 +59,9 @@
margin-top
:
1px
;
margin-top
:
1px
;
}
}
&
.is-active
{
&
.is-active
{
background-color
:
#
1989fa
;
background-color
:
#
234ca3
;
color
:
#fff
;
color
:
#fff
;
border-color
:
#
1989fa
;
border-color
:
#
234ca3
;
&
:
:
before
{
&
:
:
before
{
content
:
""
;
content
:
""
;
background
:
#fff
;
background
:
#fff
;
...
...
src/layouts/components/ThemeDrawer/index.vue
View file @
0beb90f6
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
DEFAULT_PRIMARY
,
DEFAULT_PRIMARY
,
'#daa96e'
,
'#daa96e'
,
'#0c819f'
,
'#0c819f'
,
'#
409eff
'
,
'#
234ca3
'
,
'#27ae60'
,
'#27ae60'
,
'#ff5c93'
,
'#ff5c93'
,
'#e74c3c'
,
'#e74c3c'
,
...
...
src/styles/element.scss
View file @
0beb90f6
...
@@ -334,11 +334,11 @@ td {
...
@@ -334,11 +334,11 @@ td {
box-shadow
:
0
0
5px
0
rgba
(
0
,
0
,
0
,
.25
);
box-shadow
:
0
0
5px
0
rgba
(
0
,
0
,
0
,
.25
);
height
:
50px
;
height
:
50px
;
.el-dropdown-link
{
.el-dropdown-link
{
color
:
#
409eff
!
important
;
color
:
#
234ca3
!
important
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.el-icon--right
{
.el-icon--right
{
color
:
#
409eff
;
color
:
#
234ca3
;
}
}
}
}
.style-lable
{
.style-lable
{
...
@@ -384,4 +384,20 @@ td {
...
@@ -384,4 +384,20 @@ td {
}
}
.vxe-grid
{
.vxe-grid
{
--vxe-ui-table-border-color
:
#ebeef5
;
--vxe-ui-table-border-color
:
#ebeef5
;
}
body
{
--el-color-primary
:
#234ca3
;
// --el-color-primary-light-1: #5973ad;
// --el-color-primary-light-2: #5973ad;
// --el-color-primary-light-3: #5973ad;
// --el-color-primary-light-4: #5973ad;
--el-color-primary-light-5
:
#7285b0
;
// --el-color-primary-light-6: #5973ad;
// --el-color-primary-light-7: #5973ad;
// --el-color-primary-light-8: #5973ad;
// --el-color-primary-light-9: #f6f8ff;
--vxe-ui-font-primary-color
:
#234ca3
;
}
.text-blue-400
{
color
:
#234ca3
!
important
;
}
}
\ No newline at end of file
src/views/property/audit-manage/index.vue
View file @
0beb90f6
<
template
>
<
template
>
<div
class=
"table-box"
>
<div
class=
"table-box"
>
<div
class=
" bg-white"
>
<div
class=
" bg-white
pt-2 pl-2
"
>
<el-tabs
v-model=
"activeName"
class=
"demo-tabs"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
class=
"demo-tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
<el-tab-pane
:label=
"item.label"
:label=
"item.label"
...
...
src/views/property/case-manage/index.vue
View file @
0beb90f6
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
search
:
{
search
:
{
el
:
'date-picker'
,
el
:
'date-picker'
,
props
:
{
type
:
'daterange'
,
valueFormat
:
'YYYY-MM-DD'
},
props
:
{
type
:
'daterange'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
105
,
labelWidth
:
90
},
},
},
},
{
{
...
...
src/views/workplace/audit/index.vue
View file @
0beb90f6
<
template
>
<
template
>
<div
class=
"table-box"
>
<div
class=
"table-box"
>
<div
class=
" bg-white"
>
<div
class=
" bg-white
pt-2 pl-2
"
>
<el-tabs
v-model=
"activeName"
class=
"demo-tabs"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
class=
"demo-tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
<el-tab-pane
:label=
"item.label"
:label=
"item.label"
...
...
src/views/workplace/case/index.vue
View file @
0beb90f6
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
search
:
{
search
:
{
el
:
'date-picker'
,
el
:
'date-picker'
,
props
:
{
type
:
'daterange'
,
valueFormat
:
'YYYY-MM-DD'
},
props
:
{
type
:
'daterange'
,
valueFormat
:
'YYYY-MM-DD'
},
labelWidth
:
105
,
labelWidth
:
90
,
},
},
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment