建造模拟板块表格添加内部滚动:限制表格高度不超过图片,多余内容可向下滚动
This commit is contained in:
@@ -1075,6 +1075,17 @@ body {
|
||||
|
||||
.layout-table-right {
|
||||
flex: 1.5;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* 表格容器 - 用于限制表格高度并添加滚动 */
|
||||
.table-container {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
/* ========================================
|
||||
|
||||
Reference in New Issue
Block a user