@@ -901,9 +901,10 @@ onMounted(() => {
background-color: #fafafa;
}
+// 修改表格头部样式
:deep(.ant-table-thead > tr > th) {
- background: #f5f5f5;
- font-weight: 500;
+ background: #e6f7ff !important;
+ font-weight: 600;
:deep(.ant-table-tbody > tr > td) {
@@ -661,4 +661,15 @@
+
+// 添加表格头部样式
+:deep(.ant-table-thead > tr > th) {
+}
+// 添加斑马线样式
+:deep(.table-striped) {
+ background-color: #fafafa;
</style>