瀏覽代碼

审批流增加滚动条

xujunjie 1 年之前
父節點
當前提交
dbfaff833d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/global.less

+ 4 - 0
src/global.less

@@ -186,3 +186,7 @@ input[type='reset'] {
     background-color: #1b366f !important;
   }
 }
+
+.antd5-tabs .antd5-tabs-content-holder {
+  overflow: auto;
+}