From 2287ae5df49bf6214c1f66a60a2f5979b3eda04e Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Tue, 24 Sep 2019 10:54:29 +0800
Subject: [PATCH] a
---
src/styles/index.scss | 31 +++++++++++++++++++
.../CreatingProcurementContracts/index.vue | 4 +--
2 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 40584490..05d0ef0c 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -243,3 +243,34 @@ h3 {
font-weight:bold;
color: black;
}
+//生成
+.el-button--shengcheng{
+ background: #ffffff;
+ border-color: rgb(255,151,89);
+ color: rgb(255,151,89);
+ &:hover{
+ background: #67C23A;
+ border-color: #67C23A;
+ color: white;
+ }
+ &:focus{
+ background: #67C23A;
+ border-color: #67C23A;
+ 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;
+ }
+}
diff --git a/src/views/WorkshopProcurement/CreatingProcurementContracts/index.vue b/src/views/WorkshopProcurement/CreatingProcurementContracts/index.vue
index 80f3eb47..d45ecb4e 100644
--- a/src/views/WorkshopProcurement/CreatingProcurementContracts/index.vue
+++ b/src/views/WorkshopProcurement/CreatingProcurementContracts/index.vue
@@ -189,12 +189,12 @@
生成采购合同
-
+