From 154c2d24031d1be370974d39664f13b85ce32eda Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Fri, 24 Jun 2022 14:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7=E6=B5=81?= =?UTF-8?q?=E7=A8=8B-=E5=AE=A1=E6=89=B9=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activiti/demo/correction-process2.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/back/src/views/modules/activiti/demo/correction-process2.vue b/back/src/views/modules/activiti/demo/correction-process2.vue index 1672be48..04b1db78 100644 --- a/back/src/views/modules/activiti/demo/correction-process2.vue +++ b/back/src/views/modules/activiti/demo/correction-process2.vue @@ -375,9 +375,14 @@ export default { line-height:32px; padding:0; border-radius:2px; + background:#ffffff; + color:#0558e1; + border:1px solid #0558e1; + } + ::v-deep .el-radio-button__orig-radio:checked+.el-radio-button__inner{ + box-shadow: unset !important; background:#0558e1; color:#ffffff; - border:1px solid #0558e1; } } .inputBule{ @@ -389,10 +394,6 @@ export default { background:#0558e1; color:#ffffff; border:1px solid #0558e1; - } - ::v-deep .is-active{ - background:#ffffff; - color:#0558e1; } .redAll{ margin-left:10px; @@ -407,9 +408,11 @@ export default { color:#e83a48; margin-left:10px; } - :v-deep .el-radio-button__inner{ - box-shadow: unset; - } + ::v-deep .el-radio-button__orig-radio:checked+.el-radio-button__inner{ + box-shadow: unset !important; + color:#ffffff; + background: #e83a48; + } } .blueInput{ width:55px;