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