Hwt 2 rokov pred
rodič
commit
5188a2a1af

+ 10 - 0
operationSupport/src/views/ownerManagement/landlordManagement/stepPage/add.vue

@@ -307,8 +307,10 @@
                 :required="true"
               >
                 <el-input
+                  class="aaaa"
                   v-model="houseInformation[indexs].billingArea"
                   placeholder="请输入计费面积"
+                  type="number"
                 ></el-input>
               </el-form-item>
               <div
@@ -1203,4 +1205,12 @@ export default {
         }
     }
 }
+
+.aaaa input::-webkit-outer-spin-button,
+.aaaa input::-webkit-inner-spin-button {
+    -webkit-appearance: none;
+}
+.aaaa input[type='number'] {
+    -moz-appearance: textfield;
+}
 </style>