mirror of https://github.com/layui/layui
fix(laypage): 优化快速点击时文本被选中的问题 (#2623)
parent
4ddbf1d7cf
commit
394b313fcc
|
@ -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
|
/^#/.test(config.theme) ? 'molv' : config.theme
|
||||||
) : 'default') +'" id="layui-laypage-'+ config.index +'">',
|
) : 'default') +'" id="layui-laypage-'+ config.index +'">',
|
||||||
function(){
|
function(){
|
||||||
|
|
Loading…
Reference in New Issue