bugrepaire

This commit is contained in:
lixin
2019-01-03 18:40:19 +08:00
parent bfb9182547
commit 87087912d4
3 changed files with 4 additions and 4 deletions

View File

@@ -215,7 +215,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="是否永久" prop="永久">
<el-select v-model="form2.永久" clearable filterable placeholder="请选择" style="width: 200px;margin-right:10px">
<el-select v-model="form2.永久" clearable filterable placeholder="请选择" size="small" style="width: 200px;margin-right:10px">
<el-option
v-for="item in options"
:key="item.value"