Browse Source

调整表格组件样式

zq940222 3 months ago
parent
commit
520926bf22

+ 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>