|
@@ -901,9 +901,10 @@ onMounted(() => {
|
|
background-color: #fafafa;
|
|
background-color: #fafafa;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 修改表格头部样式
|
|
:deep(.ant-table-thead > tr > th) {
|
|
:deep(.ant-table-thead > tr > th) {
|
|
- background: #f5f5f5;
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
+ background: #e6f7ff !important;
|
|
|
|
+ font-weight: 600;
|
|
}
|
|
}
|
|
|
|
|
|
:deep(.ant-table-tbody > tr > td) {
|
|
:deep(.ant-table-tbody > tr > td) {
|