新增zTree主题,图标美化

This commit is contained in:
thinkgem
2021-01-27 23:07:12 +08:00
parent ae274cd8e6
commit 04bef9ac2c
5 changed files with 118 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<link rel="stylesheet" href="${ctxStatic}/select2/4.0/select2.css?${_version}">
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/minimal/grey.css?${_version}">
<% if (@ListUtils.inString('zTree', libs!)){ %>
<link rel="stylesheet" href="${ctxStatic}/jquery-ztree/3.5/css/metro/zTreeStyle.css?${_version}">
<link rel="stylesheet" href="${ctxStatic}/jquery-ztree/3.5/css/awesome/zTreeStyle.css?${_version}">
<% } %>
<% if (@ListUtils.inString('tabPage', libs!)){ %>
<link rel="stylesheet" href="${ctxStatic}/wdScrollTab/css/TabPanel.css?${_version}">

View File

@@ -13,8 +13,8 @@
<form id="forgetForm" action="${ctxPath}/account/forgetPwd" method="post">
<div class="form-group has-feedback">
<select id="fp_validType" name="op" class="form-control">
<option value="mobile" class="${@Global.getConfigToBoolean('msg.sms.enabled','true')?'':'hide'}">使用手机号码找回您的密码</option>
<option value="email" class="${@Global.getConfigToBoolean('msg.email.enabled','true')?'':'hide'}">使用电子邮箱找回您的密码</option>
<% if(@Global.getConfigToBoolean('msg.sms.enabled','true')){ %><option value="mobile">使用手机号码找回您的密码</option><% } %>
<% if(@Global.getConfigToBoolean('msg.email.enabled','true')){ %><option value="email">使用电子邮箱找回您的密码</option><% } %>
<option value="question">使用保密问题找回您的密码</option>
</select>
</div>

View File

@@ -13,8 +13,8 @@
<form id="registerForm" action="${ctxPath}/account/saveRegByValidCode" method="post">
<div class="form-group has-feedback">
<select id="reg_validType" name="op" class="form-control">
<option value="email" class="${@Global.getConfigToBoolean('msg.email.enabled','true')?'':'hide'}">使用电子邮箱注册账号</option>
<option value="mobile" class="${@Global.getConfigToBoolean('msg.sms.enabled','true')?'':'hide'}">使用手机号码注册账号</option>
<% if(@Global.getConfigToBoolean('msg.sms.enabled','true')){ %><option value="mobile">使用手机号码注册账号</option><% } %>
<% if(@Global.getConfigToBoolean('msg.email.enabled','true')){ %><option value="email">使用电子邮箱注册账号</option><% } %>
</select>
</div>
<% if(@Global.isUseCorpModel()){ %>