update
This commit is contained in:
@@ -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>
|
||||
<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">
|
||||
|
||||
@@ -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 ($) {
|
||||
|
||||
@@ -787,7 +787,7 @@ TabPanel.prototype = {
|
||||
// 静默kill掉页签 ThinkGem
|
||||
if (isNotUpdate != true){
|
||||
var self = this;
|
||||
// 延迟更新下,否则出现滚动条后,快速关闭右侧导致左侧的菜单未显示 ThinkGem,https://gitee.com/thinkgem/jeesite4/issues/IR0LM
|
||||
// 延迟更新下,否则出现滚动条后,快速关闭右侧导致左侧的菜单未显示 ThinkGem,https://gitee.com/thinkgem/jeesite5/issues/IR0LM
|
||||
setTimeout(function(){
|
||||
//update width
|
||||
self.update();
|
||||
|
||||
Reference in New Issue
Block a user