|
@@ -166,11 +166,11 @@
|
|
|
>
|
|
|
<div class="label">二级地址偏移</div>
|
|
|
<div class="cotent">
|
|
|
- <el-input-number
|
|
|
+ <el-input class="textarea"
|
|
|
v-model="opreateModelForm.cbSecondAddrOffset"
|
|
|
:controls="false"
|
|
|
label="label"
|
|
|
- ></el-input-number>
|
|
|
+ ></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -490,5 +490,15 @@ export default {
|
|
|
bottom: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .textarea>>>.el-input__inner{
|
|
|
+ text-align: center!important;
|
|
|
+ /*font-size: 18px!important;*/
|
|
|
+ /*color:#000000!important;*/
|
|
|
+ /*font-family: cursive!important;*/
|
|
|
+ /*border:none !important;*/
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
</style>
|