roose 5 anni fa
parent
commit
8cb76ddeee
2 ha cambiato i file con 4 aggiunte e 9 eliminazioni
  1. 1 3
      src/pages/PatrolmanStatistics.vue
  2. 3 6
      src/pages/oldStatistics.vue

+ 1 - 3
src/pages/PatrolmanStatistics.vue

@@ -544,7 +544,7 @@
     }
 
     .input {
-        width: 17%;
+        width: 15.5%;
         margin-right: 1%;
     }
 
@@ -560,7 +560,6 @@
         width: 60px;
         height: 37px;
         margin-right: 1%;
-        margin-left: 1%;
         vertical-align: bottom;
     }
 
@@ -575,7 +574,6 @@
         width: 60px;
         height: 37px;
         margin-right: 1%;
-        margin-left: 1%;
         vertical-align: bottom;
     }
 

+ 3 - 6
src/pages/oldStatistics.vue

@@ -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 {