Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
Project
Project
Details
Activity
Releases
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
张伯涛
91isoft_sys_web
Commits
dd9b3d7a
Commit
dd9b3d7a
authored
Jul 08, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ui
parent
2a5c08c5
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
21 additions
and
15 deletions
+21
-15
element-ui.scss
src/styles/element-ui.scss
+6
-0
variables.scss
src/styles/variables.scss
+3
-3
dataIntegrated.vue
src/views/integratedManagement/dataIntegrated.vue
+1
-1
msgConfig.vue
src/views/mesCenter/msgConfig.vue
+1
-1
appManage.vue
src/views/mobileIntegrated/appManage.vue
+1
-1
index.vue
src/views/system/dept/index.vue
+1
-1
index.vue
src/views/system/deptManage/index.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/post/index.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
index.vue
src/views/workflow/group/index.vue
+1
-1
No files found.
src/styles/element-ui.scss
View file @
dd9b3d7a
...
...
@@ -391,3 +391,9 @@ label {
text-align
:
left
;
}
}
.el-button--primary
{
color
:
#fff
;
background-color
:
#168DE8
;
border-color
:
#168DE8
;
}
src/styles/variables.scss
View file @
dd9b3d7a
// 主题色
$color-theme
:
#
46BCF3
;
$color-theme
:
#
168DE8
;
$color-red
:
#F57b7b
;
$color-purple
:
#ff33a9
;
$color-orange
:
#f4ac10
;
...
...
@@ -23,7 +23,7 @@ $color-grey-light: #f4f4f4;
// 列表表头底色
$color-grey-light
:
#ecf9fe
;
// 统计折线图背景色
$color-green
:
#
49cec9
;
$color-green
:
#
25B86E
;
// 统计折线图折线
$color-green-deep
:
#1cc2bc
;
$color-green-light-btn
:
#6dd8e4
;
...
...
@@ -40,7 +40,7 @@ $blue-prime: #46BCF3;
$blue-prime-hover
:
#6bc9f5
;
$blue-prime-active
:
#0098de
;
// 导出 导入 修改
$green-prime
:
#
49cec9
;
$green-prime
:
#
25B86E
;
$green-prime-hover
:
#6dd8d4
;
$green-prime-active
:
#1cc2bc
;
// 文件上传
...
...
src/views/integratedManagement/dataIntegrated.vue
View file @
dd9b3d7a
...
...
@@ -68,7 +68,7 @@
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
v-hasPermi=
"['zt:dataCenter:update']"
type=
"text"
style=
"color: #
49cec9
"
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:dataCenter:update']"
type=
"text"
style=
"color: #
25B86E
"
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:dataCenter:delete']"
type=
"text"
size=
"mini"
@
click=
"handleDelete(scope.$index, scope.row)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/mesCenter/msgConfig.vue
View file @
dd9b3d7a
...
...
@@ -63,7 +63,7 @@
v-hasPermi=
"['zt:messageConfigList:update']"
type=
"text"
size=
"mini"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleEdit(scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:messageConfig:delete']"
type=
"text"
size=
"mini"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
...
...
src/views/mobileIntegrated/appManage.vue
View file @
dd9b3d7a
...
...
@@ -111,7 +111,7 @@
v-hasPermi=
"['zt:application:update']"
type=
"text"
size=
"mini"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-switch
...
...
src/views/system/dept/index.vue
View file @
dd9b3d7a
...
...
@@ -78,7 +78,7 @@
v-hasPermi=
"['sys:dept:update']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
...
...
src/views/system/deptManage/index.vue
View file @
dd9b3d7a
...
...
@@ -556,7 +556,7 @@ export default {
color
:
#409eff
;
}
.green
{
color
:
#
49cec9
;
color
:
#
25B86E
;
}
}
}
...
...
src/views/system/dict/data.vue
View file @
dd9b3d7a
...
...
@@ -131,7 +131,7 @@
v-hasPermi=
"['sys:dictConfig:edit']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
...
...
src/views/system/dict/index.vue
View file @
dd9b3d7a
...
...
@@ -152,7 +152,7 @@
v-hasPermi=
"['sys:dict:edit']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
...
...
src/views/system/menu/index.vue
View file @
dd9b3d7a
...
...
@@ -87,7 +87,7 @@
v-hasPermi=
"['sys:menu:update']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-switch
...
...
src/views/system/post/index.vue
View file @
dd9b3d7a
...
...
@@ -131,7 +131,7 @@
v-hasPermi=
"['sys:post:edit']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
...
...
src/views/system/role/index.vue
View file @
dd9b3d7a
...
...
@@ -106,7 +106,7 @@
v-hasPermi=
"['sys:role:update']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
...
...
src/views/system/user/index.vue
View file @
dd9b3d7a
...
...
@@ -165,7 +165,7 @@
v-hasPermi=
"['sys:user:update']"
size=
"mini"
type=
"text"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
...
...
src/views/workflow/group/index.vue
View file @
dd9b3d7a
...
...
@@ -93,7 +93,7 @@
v-hasPermi=
"['zt:workflowGroup:update']"
type=
"text"
size=
"mini"
style=
"color: #
49cec9
"
style=
"color: #
25B86E
"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:workflowGroup:delete']"
type=
"text"
size=
"mini"
@
click=
"handleDelete(scope.$index, scope.row)"
>
删除
</el-button>
...
...
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