This commit is contained in:
ln1778 2024-09-13 11:23:27 +08:00
parent 8565ddb5a3
commit 57ef27b43d
1 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@ export default {
data() {
return {
values: [null, []],
swidth:90,
swidth:100,
inputValue:"",
selectvalue:"",
imeipopover:false,
@ -66,6 +66,8 @@ export default {
if(find){
let fontwidth=this.getStringWidth(find.label);
this.swidth=fontwidth>165?165:fontwidth;
}else{
this.swidth=100;
}
},