From 637c36316a906b44a8594c3447a56939a162a05a Mon Sep 17 00:00:00 2001 From: liushuai Date: Fri, 20 Sep 2019 11:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 15 +++++++++++++++ .../ProcessTaskAssignment/index.vue | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index ba967790..2b41a5dd 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -170,6 +170,21 @@ el-card{ color: white; } } +.el-button--baocun.is-disabled{ + background: LightGreen; + border-color: LightGreen; + color: white; + &:hover{ + background: LightGreen; + border-color: LightGreen; + color: white; + } + &:focus{ + background: LightGreen; + border-color: LightGreen; + color: white; + } +} .el-button--primary{ background: #ff9759; border-color: #ff9759; diff --git a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue index dafc8ab6..488d7394 100644 --- a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue +++ b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue @@ -25,7 +25,7 @@ :value="item.value"/> 全选 - 保存 + 保存