修复pagetype详情页下拉菜单下拉框溢出的问题

This commit is contained in:
jingrow 2025-10-31 02:06:58 +08:00
parent 921de957db
commit af9a9095a4
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;
}
/* 侧边栏控制按钮 */