mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-25 19:38:12 +00:00
fix(settings-pane): overflow problem
This commit is contained in:
parent
2ec5883a11
commit
d2d8556f6f
@ -34,15 +34,14 @@
|
|||||||
.lc-settings-main {
|
.lc-settings-main {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.lc-settings-notice {
|
.lc-settings-notice {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
|
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
|
||||||
color: var(--color-text ,rgba(0,0,0,.6));
|
color: var(--color-text ,rgba(0,0,0,.6));
|
||||||
margin: 50px 15px 0;
|
padding: 50px 15px 0;
|
||||||
overflow: hidden;
|
|
||||||
padding: 15px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lc-settings-navigator {
|
.lc-settings-navigator {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user