Browse Source

no message

duwendi 1 year ago
parent
commit
d75242c034
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/assets/css/element_ui.css

+ 4 - 4
src/assets/css/element_ui.css

@@ -51,8 +51,8 @@
51
   font-size: 14px;
51
   font-size: 14px;
52
   padding: 0px 6px;
52
   padding: 0px 6px;
53
   background-color: transparent;
53
   background-color: transparent;
54
-  color: #6b84bf;
55
-  border: 1px solid #19446E;
54
+  color: #ffffff;
55
+  border: 1px solid #333;
56
   border-radius: 4px;
56
   border-radius: 4px;
57
 }
57
 }
58
 
58
 
@@ -331,12 +331,12 @@ cur-select {
331
 }
331
 }
332
 
332
 
333
 .el-input__inner:hover {
333
 .el-input__inner:hover {
334
-  border-color: #09f;
334
+  border-color: white;
335
 }
335
 }
336
 
336
 
337
 .el-radio-button__inner {
337
 .el-radio-button__inner {
338
   background-color: rgba(255, 255, 255, 0);
338
   background-color: rgba(255, 255, 255, 0);
339
-  border: 1px solid #0099ff;
339
+  border: 1px solid #fff;
340
   color: #fff;
340
   color: #fff;
341
   border-radius: 0 8px 8px 0;
341
   border-radius: 0 8px 8px 0;
342
   padding: 9px 12px;
342
   padding: 9px 12px;