Browse Source

修改表格模板striped的背景色

chenjun 2 năm trước cách đây
mục cha
commit
9221a5fe17
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>