mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
style: fix --workspace-left-area-width style bug
This commit is contained in:
parent
19bf6ad284
commit
1a328bd1f6
@ -112,6 +112,7 @@ sidebar_position: 9
|
|||||||
- `--workspace-sub-top-area-margin`: 应用级二级 topArea margin
|
- `--workspace-sub-top-area-margin`: 应用级二级 topArea margin
|
||||||
- `--workspace-sub-top-area-padding`: 应用级二级 topArea padding
|
- `--workspace-sub-top-area-padding`: 应用级二级 topArea padding
|
||||||
- `--workspace-left-area-width`: 应用级 leftArea width
|
- `--workspace-left-area-width`: 应用级 leftArea width
|
||||||
|
- `--left-area-width`: leftArea width
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -443,6 +443,10 @@ body {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
> .lc-left-float-pane {
|
||||||
|
left: calc(var(--workspace-left-area-width, var(--left-area-width)) + 1px);
|
||||||
|
}
|
||||||
|
|
||||||
.lc-workspace-workbench-center {
|
.lc-workspace-workbench-center {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user