This commit is contained in:
zhangdingyu
2019-09-24 10:54:29 +08:00
parent f0b8b2ee3e
commit 2287ae5df4
2 changed files with 33 additions and 2 deletions

View File

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

View File

@@ -189,12 +189,12 @@
<el-button
type="primary"
size="small"
icon=""
plain
style="margin-left: 7.5%; margin-top: 10px"
@click="doneContract">生成采购合同</el-button>
</el-card>
<el-dialog :visible.sync="dialogVisible1" title="供应商选择" center style="min-height: 300px">
<el-dialog v-el-drag-dialog :visible.sync="dialogVisible1" title="供应商选择" center style="min-height: 300px">
<el-form ref="form1" :model="form1" label-position="left" label-width="90px" class="searchForm">
<el-row>
<el-col :span="12">