CzRger преди 6 дни
родител
ревизия
86d7d94129
променени са 2 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 1 1
      src/stores/ship-map/ship-map.ts
  2. 9 0
      src/style/cus.scss

+ 1 - 1
src/stores/ship-map/ship-map.ts

@@ -118,7 +118,7 @@ export const useShipMapStore = defineStore('shipMap', () => {
         const d = feature.get('_data')
         state.trackMap.set(feature.get('_id'), {
           data: feature.get('_data'),
-          color: randomColor(1),
+          color: '#FC60FF', //randomColor(1),
           history: [],
           real: [d],
           trackId: feature.get('_trackId'),

+ 9 - 0
src/style/cus.scss

@@ -666,6 +666,15 @@ em {
     }
   }
 }
+.el-color-picker__panel {
+  .el-input {
+    .el-input__wrapper {
+      .el-input__inner {
+        color: #606266 !important;
+      }
+    }
+  }
+}
 .el-textarea {
   .el-textarea__inner {
     box-shadow: none !important;