From 4cc36629a8635f5b77aafea19a6595bccbe9fffb Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 15 Apr 2025 23:31:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E8=B0=83=E6=95=B4=E5=92=8C=E5=B7=B2=E7=9F=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dict/DictLabel.vue | 54 ++++----- src/components/Dict/index.vue | 46 ++++---- src/styles/index.scss | 104 ++++++++++++------ src/views/codegen/index.vue | 58 +++++----- src/views/system/config/index.vue | 75 ++++++------- src/views/system/dept/index.vue | 93 ++++++++-------- src/views/system/dict/index.vue | 55 ++++----- src/views/system/log/index.vue | 72 ++++++------ src/views/system/menu/index.vue | 69 ++++++------ .../system/notice/components/MyNotice.vue | 65 ++++++----- src/views/system/notice/index.vue | 100 ++++++++--------- src/views/system/role/index.vue | 55 ++++----- src/views/system/user/index.vue | 97 ++++++++-------- 13 files changed, 474 insertions(+), 469 deletions(-) diff --git a/src/components/Dict/DictLabel.vue b/src/components/Dict/DictLabel.vue index c0a2cfba..b68ee155 100644 --- a/src/components/Dict/DictLabel.vue +++ b/src/components/Dict/DictLabel.vue @@ -1,18 +1,9 @@