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 @@