mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-28 12:41:55 +08:00
代码生成预览溢出提供滚动机制
This commit is contained in:
@@ -238,3 +238,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
/* el-tabs提供滚动机制 */
|
||||||
|
.el-tabs__content {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user