Explorar o código

修改表格模板striped的背景色

chenjun %!s(int64=2) %!d(string=hai) anos
pai
achega
9221a5fe17
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/components/tableTemp/index.vue

+ 3 - 0
src/components/tableTemp/index.vue

@@ -222,4 +222,7 @@ defineExpose({
   color: #ffffff;
   border: none;
 }
+::v-deep.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
+  background-color: #F0F3F7;;
+}
 </style>