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

product
RuoYi 2020-12-09 10:34:53 +08:00
parent 10de0df04e
commit 963d2a0443
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;
}