mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
feat: 支持 toolbar 里指定 align: left | center | right 的功能
This commit is contained in:
parent
87b57ab4f1
commit
bc655223f0
@ -335,9 +335,16 @@ body {
|
||||
flex-direction: column;
|
||||
z-index: 10;
|
||||
.lc-toolbar {
|
||||
display: flex;
|
||||
height: var(--toolbar-height);
|
||||
background-color: var(--color-pane-background);
|
||||
padding: 8px 16px;
|
||||
.lc-toolbar-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.lc-main-area {
|
||||
flex: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user