소스 검색

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

houzekong 5 일 전
부모
커밋
cc25cdf2ef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
   }