!134 修改 代码生成 预览无法左右滑动
Merge pull request !134 from 〝走走停停/master
1 files modified
4 ■■■■ changed files
ruoyi-ui/src/assets/styles/ruoyi.scss 4 ●●●● patch | view | raw | blame | history
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;
}