优化界面细节和提示

This commit is contained in:
thinkgem
2020-12-16 20:29:22 +08:00
parent e61f7f1ecb
commit 09a567f4d9
5 changed files with 21 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
// 初始化布局
$('body').layout({
west__initClosed: $(window).width() <= 767, // 是否默认关闭
west__size: 200
west__size: 170
});
// 主页框架
var win = $("#mainFrame")[0].contentWindow;

File diff suppressed because one or more lines are too long

View File

@@ -52,7 +52,7 @@
</div>
<div class="form-group">
<label class="control-label">${text('状态')}</label>
<div class="control-inline width-90">
<div class="control-inline width-60">
<#form:select path="status" dictType="sys_user_status" blankOption="true" class="form-control isQuick"/>
</div>
</div>