From 8e6e71fd619282823467324639e1c36bfd78130f Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 11 Jul 2025 09:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 28 ++++ src/views/fee/feeConfigManageList.vue | 27 +--- .../oa/attendanceClassesStaffManageList.vue | 19 ++- src/views/oa/oaWorkflowManageList.vue | 143 ++++-------------- 4 files changed, 67 insertions(+), 150 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5852aaf40..25103c0d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -520,4 +520,32 @@ h3 { .el-date-editor.el-input{ width: 100%; } + +.list-group-border-radius { + border-radius: 4px; + border: 1px solid #ebeef5; + background: #fff; +} + +.list-group { + list-style: none; + padding: 0; + margin: 0; +} + +.list-group-item { + padding: 12px 15px; + cursor: pointer; + /*border-bottom: 1px solid #ebeef5;*/ +} + +.list-group-item:hover { + background-color: #f5f7fa; +} + +.vc-node-selected { + background-color: #409eff; + color: #fff; + font-weight: bold; +} \ No newline at end of file diff --git a/src/views/fee/feeConfigManageList.vue b/src/views/fee/feeConfigManageList.vue index 87fc35f81..7f0c47a98 100644 --- a/src/views/fee/feeConfigManageList.vue +++ b/src/views/fee/feeConfigManageList.vue @@ -2,7 +2,7 @@
-
+