Update system.html

This commit is contained in:
Anyon 2022-01-21 14:25:48 +08:00
parent 76919b48c1
commit f757b92901

View File

@ -2,7 +2,7 @@
<div class="layui-card-body padding-left-40">
<div class="layui-form-item margin-bottom-5">
<div class="help-label label-required-prev"><b>默认主题样式</b>Theme Style</div>
<div class="help-label label-required-prev"><b>默认配色方案</b>Theme Style</div>
<div class="layui-textarea" style="min-height:unset">
{foreach $themes as $k=>$v}
<label class="think-radio">
@ -14,7 +14,7 @@
</label>
{/foreach}
</div>
<span class="help-block">用户登录管理后台,未配置个性化主题的用户默认会使用此处配置的主题样式 ~</span>
<span class="help-block">用户登录管理后台,未配置个性化主题的用户默认会使用此处配置的配色方案 ~</span>
</div>
<div class="layui-row layui-col-space15 margin-bottom-5">