修改select2的下拉框的宽度不会随着浏览器的拖拉而改变

master
RuoYi 5 years ago committed by Limy
parent e6584730eb
commit aefad34078

@ -5012,7 +5012,7 @@ S2.define('select2/defaults',[
return selection.text;
},
theme: 'default',
width: 'resolve'
width: '100%'
};
};

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save