创建合同

This commit is contained in:
zhangdingyu
2019-09-20 09:21:46 +08:00
parent 851ee0bd0e
commit 0f22206b3a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<el-card style="background: rgb(233,240,250)">
<div>
<span>项目名称</span>
<el-select v-model="entryNameValue" clearable filterable placeholder="项目名称" size="small" style="margin-top: 3px;">
<el-select v-model="entryNameValue" clearable filterable placeholder="项目名称" size="small" style="width:200px;margin-top: 3px;">
<el-option
v-for="item in entryName"
:key="item.value"