소스 검색

!366 修复tags页签超过屏幕后无法滚动导致无法选择后面的页签
Merge pull request !366 from zhang.xionghui/master

芋道源码 2 년 전
부모
커밋
9b63c433b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin/src/styles/index.scss

+ 1 - 1
yudao-ui-admin/src/styles/index.scss

@@ -129,7 +129,7 @@ input, textarea{
 }
 
 .el-scrollbar__view{
-  overflow-x: hidden;
+//   overflow-x: hidden;
 }
 
 .el-rate{