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 @@ 生成采购合同 - +