Ver código fonte

rect style md

zhangjie 5 anos atrás
pai
commit
42e77eeedb

+ 4 - 4
src/assets/styles/card-preview.scss

@@ -461,7 +461,7 @@
           line-height: 1;
           text-align: center;
           color: #666;
-          border: 2px solid #333;
+          border: 1px solid #555;
         }
       }
       .stdno-auto {
@@ -629,7 +629,7 @@
         display: inline-block;
         width: 30px;
         height: 14px;
-        border: 2px solid #000;
+        border: 1px solid #555;
         font-size: 10px;
         text-align: center;
         line-height: 1;
@@ -896,7 +896,7 @@
     text-align: center;
     font-size: 10px;
     line-height: 1;
-    border: 2px solid #000;
+    border: 1px solid #555;
     color: #666;
     box-sizing: border-box;
 
@@ -904,7 +904,7 @@
       text-align: right;
       border-color: transparent;
       font-size: 12px;
-      color: #000;
+      color: #555;
     }
     &:last-child {
       margin-right: 0 !important;

+ 4 - 4
src/modules/card/previewTemp.js

@@ -523,7 +523,7 @@ const css =
     line-height: 1;\
     text-align: center;\
     color: #666;\
-    border: 2px solid #333;\
+    border: 1px solid #555;\
   }\
   .card-head-body .head-stdno .stdno-auto-barcode {\
     height: 80px;\
@@ -664,7 +664,7 @@ const css =
     display: inline-block;\
     width: 30px;\
     height: 14px;\
-    border: 2px solid #000;\
+    border: 1px solid #555;\
     font-size: 10px;\
     text-align: center;\
     line-height: 1;\
@@ -899,7 +899,7 @@ const css =
     text-align: center;\
     font-size: 10px;\
     line-height: 1;\
-    border: 2px solid #000;\
+    border: 1px solid #555;\
     color: #666;\
     -webkit-box-sizing: border-box;\
     box-sizing: border-box;\
@@ -908,7 +908,7 @@ const css =
     text-align: right;\
     border-color: transparent;\
     font-size: 12px;\
-    color: #000;\
+    color: #555;\
   }\
   .elem-fill-question .option-item:last-child {\
     margin-right: 0 !important;\