소스 검색

调整表格样式

zq940222 3 달 전
부모
커밋
734414442f
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/views/adweb/marketing/googleads.vue
  2. 2 1
      src/views/dashboard/Analysis/homePage/adweb3Home.vue

+ 2 - 1
src/views/adweb/marketing/googleads.vue

@@ -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) {

+ 2 - 1
src/views/dashboard/Analysis/homePage/adweb3Home.vue

@@ -665,7 +665,8 @@
 // 添加表格头部样式
 :deep(.ant-table-thead > tr > th) {
   background: #e6f7ff !important;
-  font-weight: 600;
+  font-weight: 700; // 字重改为700
+  color: rgba(13, 62, 122, 1) !important; // 字体颜色调整
 }
 
 // 添加斑马线样式