222
This commit is contained in:
parent
8565ddb5a3
commit
57ef27b43d
|
@ -44,7 +44,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
values: [null, []],
|
||||
swidth:90,
|
||||
swidth:100,
|
||||
inputValue:"",
|
||||
selectvalue:"",
|
||||
imeipopover:false,
|
||||
|
@ -66,7 +66,9 @@ export default {
|
|||
if(find){
|
||||
let fontwidth=this.getStringWidth(find.label);
|
||||
this.swidth=fontwidth>165?165:fontwidth;
|
||||
}
|
||||
}else{
|
||||
this.swidth=100;
|
||||
}
|
||||
|
||||
},
|
||||
immediate: true,
|
||||
|
|
Loading…
Reference in New Issue