Browse Source

管理驾驶舱颜色

yuhan 1 year ago
parent
commit
3a1972ab75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/module_kzks/dashboard/Analysis.vue

+ 1 - 1
src/views/module_kzks/dashboard/Analysis.vue

@@ -768,7 +768,7 @@
       input{
         background: #bbdeff;
         &::placeholder {
-          color: rgb(97, 97, 97); /* 设置占位符文本的颜色 */
+          color: rgb(102, 102, 102); /* 设置占位符文本的颜色 */
         }
       }