@@ -5,8 +5,8 @@
/* theme color */
//$--color-primary: #40a9ff;
-$--color-primary: #4a7cf9;
-$--color-success: #13ce66;
+$--color-primary: #30B08F;
+$--color-success: #4a7cf9;
$--color-warning: #ffba00;
$--color-danger: #ff4949;
// $--color-info: #1E1E1E;
@@ -106,7 +106,7 @@
}
.el-table .fixed-width .el-button--mini {
- color: #4a7cf9;
+ color: #30B08F;
padding-left: 0;
padding-right: 0;
width: inherit;
@@ -10,7 +10,8 @@ $panGreen: #30B08F;
// sidebar
$menuText: #bfcbd9;
-$menuActiveText:#409EFF;
+//$menuActiveText:#409EFF;
+$menuActiveText:#30B08F;
$subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951
$menuBg: #304156;
@@ -1,7 +1,7 @@
<template>
<el-color-picker
v-model="theme"
- :predefine="['#409EFF', '#1890ff', '#304156','#212121','#11a983', '#13c2c2', '#6959CD', '#f5222d', ]"
+ :predefine="['#409EFF', '#1890ff', '#11a983', '#13c2c2', '#6959CD', '#f5222d', ]"
class="theme-picker"
popper-class="theme-picker-dropdown"
/>
@@ -9,7 +9,7 @@
<script>
const version = require('element-ui/package.json').version // element-ui version from node_modules
-const ORIGINAL_THEME = '#409EFF' // default color
+const ORIGINAL_THEME = '#30B08F' // default color
export default {
data() {
@@ -48,7 +48,7 @@ export default {
width: 100%;
height: 50px;
line-height: 50px;
- background: rgba(253, 245, 245, 0) linear-gradient(to right, #e5f8ff, #4a7cf9) repeat scroll 0% 0%;
+ background: rgba(253, 245, 245, 0) linear-gradient(to right, #e5f8ff, #30B08F) repeat scroll 0% 0%;
text-align: center;
overflow: hidden;
@@ -39,7 +39,7 @@
this.chart = this.echarts.init(document.getElementById('DangercloseChart'))
this.chart.setOption({
- color: ['#4176f9', '#0848e9', '#0740cf', '#0635aa', '#052987'],
+ color: ['#4176f9', '#30B08F', '#ffba00', '#0635aa', '#f5222d'],
/* 周围边距 */
grid: {
left: '3%',
this.chart = this.echarts.init(document.getElementById('OverduecloseChart'))
- color: ['#4176f9', '#0848e9', '#0740cf', '#0635aa', '#052987', '#042372'],
+ color: ['#4176f9', '#30B08F', '#13c2c2'],
@@ -83,7 +83,7 @@
length2: 20
},
itemStyle: {
- color: '#4a7cf9',
+ color: '#30B08F',
shadowBlur: 200,
shadowColor: 'rgba(0, 0, 0, 0.5)'
@@ -209,7 +209,7 @@ export default {
.card-head {
- background: rgba(253, 245, 245, 0) linear-gradient(to right, #4a7cf9, #628fff) repeat scroll 0% 0%;
+ background: rgba(253, 245, 245, 0) linear-gradient(to right, #30B08F, #6aa5a2) repeat scroll 0% 0%;
@media (max-width:1024px) {
@@ -178,7 +178,7 @@ export default {
+ background: rgba(253, 245, 245, 0) linear-gradient(to right, #30B08F, #6fb7a2) repeat scroll 0% 0%;