Explorar o código

审批流增加滚动条

xujunjie hai 1 ano
pai
achega
dbfaff833d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+}