From f2a0f694655c5b58b7f9fd002493bdaa393ae6ff Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 21 四月 2025 15:29:14 +0800
Subject: [PATCH] 显隐列组件支持全选/全不选
---
src/layout/components/Settings/index.vue | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 7164a17..7f2bcb7 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -149,13 +149,15 @@
<style lang='scss' scoped>
.setting-drawer-title {
margin-bottom: 12px;
- color: rgba(0, 0, 0, 0.85);
+ color: var(--el-text-color-primary, rgba(0, 0, 0, 0.85));
line-height: 22px;
font-weight: bold;
+
.drawer-title {
font-size: 14px;
}
}
+
.setting-drawer-block-checbox {
display: flex;
justify-content: flex-start;
@@ -174,13 +176,6 @@
height: 48px;
}
- .custom-img {
- width: 48px;
- height: 38px;
- border-radius: 5px;
- box-shadow: 1px 1px 2px #898484;
- }
-
.setting-drawer-block-checbox-selectIcon {
position: absolute;
top: 0;
@@ -197,7 +192,7 @@
}
.drawer-item {
- color: rgba(0, 0, 0, 0.65);
+ color: var(--el-text-color-regular, rgba(0, 0, 0, 0.65));
padding: 12px 0;
font-size: 14px;
--
Gitblit v1.9.3