代码生成预览溢出提供滚动机制

2.X
RuoYi 2020-12-09 10:34:53 +08:00 committed by 疯狂的狮子li
parent 8bbc1828d2
commit c60a33bf8b
1 changed files with 4 additions and 0 deletions

View File

@ -237,4 +237,8 @@
.top-right-btn {
position: relative;
float: right;
}
/* el-tabs提供滚动机制 */
.el-tabs__content {
overflow-x: scroll;
}