Browse Source

!134 修改 代码生成 预览无法左右滑动
Merge pull request !134 from 〝走走停停/master

若依 4 years ago
parent
commit
a941c1b488
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ruoyi-ui/src/assets/styles/ruoyi.scss

+ 4 - 0
ruoyi-ui/src/assets/styles/ruoyi.scss

@@ -237,4 +237,8 @@
 .top-right-btn {
 	position: relative;
 	float: right;
+}
+/* XY 代码生成预览左右滑动 */
+.el-tabs__content{
+    overflow-x: scroll;
 }