优化pagetype详情页内容区溢出样式,避免影响SchemaBuilder
This commit is contained in:
parent
ea83cd03ba
commit
498d442a22
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user