优化pagetype详情页内容区溢出样式,避免影响SchemaBuilder

This commit is contained in:
jingrow 2025-10-25 02:46:19 +08:00
parent ea83cd03ba
commit 498d442a22

View File

@ -1483,7 +1483,9 @@ watch(() => route.params.entity, async (newEntity, oldEntity) => {
overflow: visible !important;
}
.generic-detail-page * {
/* 只对特定的布局容器设置 overflow: visible避免影响 SchemaBuilder */
.generic-detail-page .detail-page-layout,
.generic-detail-page .detail-page-layout * {
overflow: visible !important;
}