修改列表数字列初始宽度为60,宽度为40会导致两位以上序号显示不全出现...
This commit is contained in:
parent
9372560268
commit
621925a70d
@ -395,7 +395,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
|
||||
checkbox: 50
|
||||
,radio: 50
|
||||
,space: 15
|
||||
,numbers: 40
|
||||
,numbers: 60
|
||||
};
|
||||
|
||||
//让 type 参数兼容旧版本
|
||||
|
Loading…
Reference in New Issue
Block a user