xiaoming_global 5 years ago
parent
commit
c73714486b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/styles/index.scss

+ 10 - 0
src/styles/index.scss View File

526
 }
526
 }
527
 
527
 
528
 // 修改选中表格内容颜色
528
 // 修改选中表格内容颜色
529
+<<<<<<< .mine
529
 .el-table .success-row  {
530
 .el-table .success-row  {
530
   background: #87ceff !important;
531
   background: #87ceff !important;
532
+=======
533
+.el-table .success-row {
534
+  background: #87ceff !important;
535
+>>>>>>> .theirs
531
 }
536
 }
537
+<<<<<<< .mine
532
 .el-checkbox__inner  {
538
 .el-checkbox__inner  {
533
   border: 1px solid #696969 !important;
539
   border: 1px solid #696969 !important;
540
+=======
541
+.el-checkbox__inner {
542
+  border: 1px solid #696969 !important;
543
+>>>>>>> .theirs
534
 }
544
 }