Selaa lähdekoodia

style: 调整大屏设计器刻度尺标点数值颜色

wu.jian2 1 vuosi sitten
vanhempi
sitoutus
08aaf5e408
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      data-room-ui/packages/BigScreenDesign/RulerTool/SketchRuler.vue

+ 14 - 0
data-room-ui/packages/BigScreenDesign/RulerTool/SketchRuler.vue

@@ -496,4 +496,18 @@ export default {
     background-repeat: repeat;
     word-spacing: 10px;
 }
+
+::v-deep .lines {
+  .line {
+    .action {
+      .del {
+        color: var(--bs-el-text);
+      }
+
+      .value {
+        color: var(--bs-el-text);
+      }
+    }
+  }
+}
 </style>