فهرست منبع

调整表格组件样式

zq940222 4 ماه پیش
والد
کامیت
520926bf22
2فایلهای تغییر یافته به همراه14 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/adweb/marketing/googleads.vue
  2. 11 0
      src/views/dashboard/Analysis/homePage/adweb3Home.vue

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

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

+ 11 - 0
src/views/dashboard/Analysis/homePage/adweb3Home.vue

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