Merge pull request #1056 from meihangbo/main

修改列表数字列初始宽度为60,宽度为40会导致两位以上序号显示不全出现...
pull/1055/head
贤心 2022-06-28 20:08:19 +08:00 committed by GitHub
commit f03534a320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
checkbox: 50 checkbox: 50
,radio: 50 ,radio: 50
,space: 15 ,space: 15
,numbers: 40 ,numbers: 60
}; };
//让 type 参数兼容旧版本 //让 type 参数兼容旧版本