修复pagetype详情页下拉菜单下拉框溢出的问题
This commit is contained in:
parent
921de957db
commit
af9a9095a4
@ -397,7 +397,7 @@ onUnmounted(() => {
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
|
||||
@ -1500,7 +1500,7 @@ watch(() => route.params.entity, async (newEntity, oldEntity) => {
|
||||
/* 只对特定的布局容器设置 overflow: visible,避免影响 SchemaBuilder */
|
||||
.generic-detail-page .detail-page-layout,
|
||||
.generic-detail-page .detail-page-layout * {
|
||||
overflow: visible !important;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* 侧边栏控制按钮 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user