Bläddra i källkod

调整表格样式

zq940222 3 månader sedan
förälder
incheckning
734414442f

+ 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; // 字体颜色调整
 }
 
 // 添加斑马线样式