新增字符区块样式;

This commit is contained in:
2022-04-03 21:36:20 +08:00
parent c2fa94452c
commit eb101b4622
4 changed files with 38 additions and 0 deletions

15
demo/pc/fieldset.html Normal file
View File

@@ -0,0 +1,15 @@
<fieldset class="layui-elem-field layui-field-title">
<legend>字段集区块 - 横线风格</legend>
<div class="layui-field-box">
<div class="ul-padding-md">
<fieldset class="layui-elem-field layui-field-title ul-field-clean">
<legend class="legend">字段集区块 - 横线风格</legend>
<div class="layui-field-box">
内容区域<br>
内容区域<br>
内容区域<br>
</div>
</fieldset>
</div>
</div>
</fieldset>