|
@@ -904,7 +904,8 @@ onMounted(() => {
|
|
|
// 修改表格头部样式
|
|
|
:deep(.ant-table-thead > tr > th) {
|
|
|
background: #e6f7ff !important;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 700; // 字重改为700
|
|
|
+ color: rgba(13, 62, 122, 1) !important; // 字体颜色调整
|
|
|
}
|
|
|
|
|
|
:deep(.ant-table-tbody > tr > td) {
|