This commit is contained in:
liumengyi
2022-06-30 11:21:38 +08:00
parent 3d92afa1ae
commit fe4aa6c00f
+4
View File
@@ -1,4 +1,8 @@
$(function()
{
adjustPriBoxWidth();
if(config.onlybody)
{
$('#ownerAndPriBox .picker-selection').css('width', '123px');
}
})