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

@@ -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();