Commit 5bdcd820 authored by danfuman's avatar danfuman

修改

parent ad80b557
......@@ -31,7 +31,7 @@
<div class="each-line" style="padding-top:16px;border-top:1px solid #EEEEEE;box-sizing:border-box">
<el-form-item label="工程类型大类">
<el-select v-model="form.engineeringFoundationCategory" placeholder="请选择" clearable>
<el-option v-for="item in engineeringCategoryOptions" :key="item.value" :label="item.label" :value="item.value">
<el-option v-for="item in engineeringCategoryOptions" :key="item.value" :label="item.label" :value="item.label">
</el-option>
</el-select>
</el-form-item>
......
......@@ -689,7 +689,7 @@
text-align: center;
}
.el-input-group__append:hover{
background:#F5F5F5;
background:#F5F5F5 !important;
}
}
.main-right {
......
......@@ -688,7 +688,7 @@
text-align: center;
}
.el-input-group__append:hover{
background:#F5F5F5;
background:#F5F5F5 !important;
}
}
.main-right {
......
......@@ -674,7 +674,7 @@
text-align: center;
}
.el-input-group__append:hover{
background:#F5F5F5;
background:#F5F5F5 !important;
}
}
.main-right {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment