This commit is contained in:
thinkgem
2024-05-10 17:41:32 +08:00
parent 149ca55246
commit 867ba3933c
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
<div class="form-group has-feedback icheck">
<label title="${text('公共场所慎用,下次不需要再填写帐号')}"><input type="checkbox" name="reg_terms"
class="form-control required" data-msg-required="请阅读并同意我们的服务条款."> 我已阅读并同意协议内容 </label> &nbsp;
<a href="https://gitee.com/thinkgem/jeesite4/blob/master/README.md" target="_blank">查看协议</a>
<a href="https://gitee.com/thinkgem/jeesite5/blob/master/README.md" target="_blank">查看协议</a>
</div>
<div class="row">
<div class="col-xs-6">

View File

@@ -4,7 +4,7 @@
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* https://gitee.com/thinkgem/jeesite4
* https://gitee.com/thinkgem/jeesite5
* Date: 2023-09-20
*/
(function ($) {

View File

@@ -787,7 +787,7 @@ TabPanel.prototype = {
// 静默kill掉页签 ThinkGem
if (isNotUpdate != true){
var self = this;
// 延迟更新下,否则出现滚动条后,快速关闭右侧导致左侧的菜单未显示 ThinkGemhttps://gitee.com/thinkgem/jeesite4/issues/IR0LM
// 延迟更新下,否则出现滚动条后,快速关闭右侧导致左侧的菜单未显示 ThinkGemhttps://gitee.com/thinkgem/jeesite5/issues/IR0LM
setTimeout(function(){
//update width
self.update();