|
@@ -38,7 +38,7 @@
|
|
|
<span v-else class="bj-shouqi" @click="guanbi"></span>
|
|
|
<span class="bj-qeuren" @click="queren"></span>
|
|
|
<span v-if="isZhankai" class="address-title">乡镇(街道):</span>
|
|
|
- <el-select v-if="isZhankai" class="input1" clearable :popper-append-to-body="false" v-model="dept4" placeholder="请选择" @change="countyChange">
|
|
|
+ <el-select v-if="isZhankai" class="input1" style="margin-top: 1%" clearable :popper-append-to-body="false" v-model="dept4" placeholder="请选择" @change="countyChange">
|
|
|
<el-option
|
|
|
v-for="item in countys"
|
|
|
:key="item.value"
|
|
@@ -48,7 +48,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<span v-if="isZhankai" class="address-title">村(居)民委员会:</span>
|
|
|
- <el-select v-if="isZhankai" style="margin-top: 1%" class="input1" clearable :popper-append-to-body="false" v-model="dept5" placeholder="请选择">
|
|
|
+ <el-select v-if="isZhankai" class="input1" clearable :popper-append-to-body="false" v-model="dept5" placeholder="请选择">
|
|
|
<el-option
|
|
|
v-for="item in villages"
|
|
|
:key="item.value"
|
|
@@ -464,7 +464,7 @@
|
|
|
}
|
|
|
|
|
|
.input {
|
|
|
- width: 17%;
|
|
|
+ width: 15.5%;
|
|
|
margin-right: 1%;
|
|
|
}
|
|
|
|
|
@@ -480,7 +480,6 @@
|
|
|
width: 60px;
|
|
|
height: 37px;
|
|
|
margin-right: 1%;
|
|
|
- margin-left: 1%;
|
|
|
vertical-align: bottom;
|
|
|
}
|
|
|
|
|
@@ -495,7 +494,6 @@
|
|
|
width: 60px;
|
|
|
height: 37px;
|
|
|
margin-right: 1%;
|
|
|
- margin-left: 1%;
|
|
|
vertical-align: bottom;
|
|
|
}
|
|
|
|
|
@@ -510,7 +508,6 @@
|
|
|
width: 69px;
|
|
|
height: 37px;
|
|
|
vertical-align: bottom;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.bj-qeuren:hover {
|