mirror of
https://gitee.com/layui/layui.git
synced 2025-05-17 05:29:36 +08:00
优化 table 生成 <style>
的 id 规则
This commit is contained in:
parent
bdb5b29d16
commit
ada3ad2c1e
@ -584,7 +584,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||||||
lay.style({
|
lay.style({
|
||||||
target: that.elem[0],
|
target: that.elem[0],
|
||||||
text: text.join(''),
|
text: text.join(''),
|
||||||
id: 'DF-'+ index
|
id: 'DF-table-'+ index
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user