!134 修改 代码生成 预览无法左右滑动

Merge pull request !134 from 〝走走停停/master
This commit is contained in:
若依 2020-12-09 10:27:34 +08:00 committed by Gitee
commit a941c1b488
1 changed files with 4 additions and 0 deletions

View File

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