ly 3 年 前
コミット
49e15aac92

+ 2 - 2
ui/src/assets/styles/element-variables.scss

@@ -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;

+ 1 - 1
ui/src/assets/styles/ruoyi.scss

@@ -106,7 +106,7 @@
 }
 
 .el-table .fixed-width .el-button--mini {
-	color: #4a7cf9;
+	color: #30B08F;
 	padding-left: 0;
 	padding-right: 0;
 	width: inherit;

+ 2 - 1
ui/src/assets/styles/variables.scss

@@ -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;

+ 2 - 2
ui/src/components/ThemePicker/index.vue

@@ -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() {

+ 1 - 1
ui/src/layout/components/Sidebar/Logo.vue

@@ -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;
 

+ 1 - 1
ui/src/views/DangerCloseChart.vue

@@ -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%',

+ 1 - 1
ui/src/views/OverdueCloseChart.vue

@@ -39,7 +39,7 @@
         this.chart = this.echarts.init(document.getElementById('OverduecloseChart'))
 
         this.chart.setOption({
-          color: ['#4176f9', '#0848e9', '#0740cf', '#0635aa', '#052987', '#042372'],
+          color: ['#4176f9', '#30B08F', '#13c2c2'],
           /* 周围边距 */
           grid: {
             left: '3%',

+ 1 - 1
ui/src/views/SortNumChart.vue

@@ -83,7 +83,7 @@
                 length2: 20
               },
               itemStyle: {
-                color: '#4a7cf9',
+                color: '#30B08F',
                 shadowBlur: 200,
                 shadowColor: 'rgba(0, 0, 0, 0.5)'
               },

+ 1 - 1
ui/src/views/index.vue

@@ -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) {

+ 1 - 1
ui/src/views/index2.vue

@@ -178,7 +178,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, #6fb7a2) repeat scroll 0% 0%;
   }
 
   @media (max-width:1024px) {