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

This commit is contained in:
RuoYi
2020-12-09 10:34:53 +08:00
committed by 疯狂的狮子li
parent 8bbc1828d2
commit c60a33bf8b

View File

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