From 79259f0730cd90ed868e14f2f94198f09d7a00ec Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 3 Dec 2025 10:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E7=A4=BA=E6=8C=89=E9=92=AE=E3=80=81?= =?UTF-8?q?=E6=8E=92=E7=89=88=E7=AE=A1=E7=90=86=E5=91=98=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E3=80=81=E6=A0=B7=E5=BC=8F=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/common.scss | 12 +++- src/views/elementGroups.vue | 1 + src/views/super/paiban/college.vue | 135 +++++++++++++++++++++++++++++------ src/views/super/paiban/orderlist.vue | 79 +++++++++++++++++--- src/views/super/paiban/tpl.vue | 52 +++++++++++--- 5 files changed, 238 insertions(+), 41 deletions(-) diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 6fbb030..96803eb 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -470,7 +470,8 @@ body { } .el-button--text, -.el-button--grey { +.el-button--grey, +.el-button--warn { padding: 0; color: #006AFF; width: auto !important; @@ -492,6 +493,15 @@ body { } } +.el-button--warn { + color: #FF4D4F; + + &:hover { + color: #006AFF; + opacity: 1; + } +} + .el-button--ignore { color: #626573; background: #FFFFFF; diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue index 1b3688b..a6a3124 100644 --- a/src/views/elementGroups.vue +++ b/src/views/elementGroups.vue @@ -291,6 +291,7 @@ 强引导 弱引导 + 警示
diff --git a/src/views/super/paiban/college.vue b/src/views/super/paiban/college.vue index 7fc40b1..5ffc80b 100644 --- a/src/views/super/paiban/college.vue +++ b/src/views/super/paiban/college.vue @@ -1,30 +1,49 @@