MaiXinRong 2 年之前
父节点
当前提交
975f8eebb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/ledger_gather.js

+ 1 - 1
app/public/js/ledger_gather.js

@@ -238,7 +238,7 @@ $(document).ready(() => {
         const tab = $(this), tabPanel = $(tab.attr('content'));
         if (!tab.hasClass('active')) {
             $('a', '#side-menu').removeClass('active');
-            $('#right-spr .tab-content .tab-pane.active').removeClass('active');
+            $('#right-view .tab-content .tab-pane.active').removeClass('active');
             tab.addClass('active');
             tabPanel.addClass('active');
             showTools(tab.hasClass('active'));