Sfoglia il codice sorgente

[Style 0000] 优化CAD详情框样式

houzekong 5 giorni fa
parent
commit
cc25cdf2ef
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/system/cadFile/components/GoafPopup.vue

+ 2 - 2
src/views/system/cadFile/components/GoafPopup.vue

@@ -84,13 +84,13 @@
 
   .col-type {
     flex: 1.4;
-    color: #eee;
+    color: #000;
     font-size: 14px;
   }
 
   .col-val {
     flex: 1;
-    color: #2b6ff0;
+    color: #000;
     font-size: 14px;
     text-align: center;
   }