fix(laypage): 优化快速点击时文本被选中的问题 (#2623)

pull/2626/head
贤心 2025-04-13 23:47:56 +08:00 committed by GitHub
parent 4ddbf1d7cf
commit 394b313fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ layui.define(function(exports) {
}()
};
return ['<div class="layui-box layui-laypage layui-laypage-'+ (config.theme ? (
return ['<div class="layui-box layui-unselect layui-laypage layui-laypage-'+ (config.theme ? (
/^#/.test(config.theme) ? 'molv' : config.theme
) : 'default') +'" id="layui-laypage-'+ config.index +'">',
function(){