From 7f4011f9deacbe66534922faf2ea45cb30d7d8ac Mon Sep 17 00:00:00 2001 From: zhuoqinglian <1035449612@qq.com> Date: Thu, 18 Jun 2026 16:37:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E6=94=B9?= =?UTF-8?q?=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/CustomButton.vue | 3 +- .../src/components/DictDataDialog.vue | 209 +-- .../src/components/DictTypeDialog.vue | 173 +- main/manager-web/src/views/DictManagement.vue | 1400 +++++++---------- 4 files changed, 717 insertions(+), 1068 deletions(-) diff --git a/main/manager-web/src/components/CustomButton.vue b/main/manager-web/src/components/CustomButton.vue index fa87dcf3..f66359bd 100644 --- a/main/manager-web/src/components/CustomButton.vue +++ b/main/manager-web/src/components/CustomButton.vue @@ -31,6 +31,7 @@ export default { transition: all 0.3s ease; &.el-button--small { + padding: 10px; font-size: 14px; } &.el-button--medium { @@ -91,7 +92,7 @@ export default { .custom-button--delete { width: fit-content; - background: linear-gradient(to right, #ff6b6b, #ff8e8e); + background: #ff6b6b; color: white; border: none; border-radius: 6px; diff --git a/main/manager-web/src/components/DictDataDialog.vue b/main/manager-web/src/components/DictDataDialog.vue index e98c2a39..7abed4f5 100644 --- a/main/manager-web/src/components/DictDataDialog.vue +++ b/main/manager-web/src/components/DictDataDialog.vue @@ -1,116 +1,117 @@ - \ No newline at end of file + diff --git a/main/manager-web/src/components/DictTypeDialog.vue b/main/manager-web/src/components/DictTypeDialog.vue index d04304d3..9e7ece31 100644 --- a/main/manager-web/src/components/DictTypeDialog.vue +++ b/main/manager-web/src/components/DictTypeDialog.vue @@ -1,97 +1,94 @@ - - \ No newline at end of file diff --git a/main/manager-web/src/views/DictManagement.vue b/main/manager-web/src/views/DictManagement.vue index 490ba72f..4ebdadba 100644 --- a/main/manager-web/src/views/DictManagement.vue +++ b/main/manager-web/src/views/DictManagement.vue @@ -1,127 +1,95 @@ \ No newline at end of file +