mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
优化样式表现;
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
|
||||
$('.main-content h2,.main-content>.demo-page>fieldset').each(function (index, elem) {
|
||||
if ($(elem).find('.demo-js-src').length == 0) {
|
||||
$(elem).find('.layui-field-box').addClass('demo-js-src').css('display', 'block');
|
||||
$(elem).children('.layui-field-box').addClass('demo-js-src').css('display', 'block');
|
||||
}
|
||||
})
|
||||
$('.main-content h2,.main-content>.demo-page>fieldset>legend').each(function (index, elem) {
|
||||
|
||||
Reference in New Issue
Block a user