Browse Source

驾驶舱样式修改

Koishi 3 years atrás
parent
commit
a2c79a96d8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/assets/styles/theme/light/light-jsc.less

+ 7 - 0
src/assets/styles/theme/light/light-jsc.less

@@ -399,6 +399,13 @@
         }
     }
 
+    .name-box {
+        .name-box-title {
+            color     : #000;
+            transition: @transition;
+        }
+    }
+
     background: rgb(220, 221, 223);
     transition: @transition;
 }