mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
feat: editor 设计器 page 撑开画布区
This commit is contained in:
parent
6841ab43d3
commit
f104c80731
@ -229,11 +229,15 @@
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
> .cxd-Page > .cxd-Page-content {
|
||||
> .cxd-Page {
|
||||
// 这里主要是为了确保能撑开画布区
|
||||
display: flex;
|
||||
> .cxd-Page-content {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user