From e046e30ab0f72c50830dccefcd2937e1bdfa3124 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 23 Sep 2025 14:00:11 +0800
Subject: [PATCH] feat:帮助中心样式调整
---
src/views/system/helpCenter.vue | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/views/system/helpCenter.vue b/src/views/system/helpCenter.vue
index 2fae289..0d61b93 100644
--- a/src/views/system/helpCenter.vue
+++ b/src/views/system/helpCenter.vue
@@ -2,7 +2,8 @@
<basic-container>
<div class="helpContainer">
<el-table
- class="custom-table"
+ border
+ class="custom-header"
:data="helpData"
style="width: 100%"
:row-class-name="tableRowClassName"
@@ -110,12 +111,12 @@
</script>
<style lang="scss">
.helpContainer {
- .el-table .success-row {
- --el-table-tr-bg-color: #fff;
- }
- .el-table .warning-row {
- --el-table-tr-bg-color: #f3f6ff;
- }
+ // .el-table .success-row {
+ // --el-table-tr-bg-color: #fff;
+ // }
+ // .el-table .warning-row {
+ // --el-table-tr-bg-color: #f3f6ff;
+ // }
}
</style>
<style scoped lang="scss">
@@ -158,5 +159,10 @@
color: #19876d;
cursor: pointer;
}
+ :deep(.custom-header th.el-table__cell) {
+ color: rgba(0, 0, 0, 0.85);
+ background: #fafafa;
+
+}
}
</style>
--
Gitblit v1.9.3