Commit dd9b3d7a authored by zhangyichen's avatar zhangyichen

修改ui

parent 2a5c08c5
......@@ -391,3 +391,9 @@ label {
text-align: left;
}
}
.el-button--primary {
color: #fff;
background-color: #168DE8;
border-color: #168DE8;
}
// 主题色
$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;
// 文件上传
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
......@@ -556,7 +556,7 @@ export default {
color: #409eff;
}
.green {
color: #49cec9;
color: #25B86E;
}
}
}
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment