Browse Source

修改样式

See999 5 years ago
parent
commit
6c97d17222
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/styles/index.scss

+ 4 - 4
src/styles/index.scss View File

526
 }
526
 }
527
 
527
 
528
 // 修改选中表格内容颜色
528
 // 修改选中表格内容颜色
529
-.el-table .success-row  {
530
-    background: #87ceff !important;
529
+.el-table .success-row {
530
+  background: #87ceff !important;
531
 }
531
 }
532
-.el-checkbox__inner  {
533
-    border: 1px solid #696969 !important;
532
+.el-checkbox__inner {
533
+  border: 1px solid #696969 !important;
534
 }
534
 }