We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf6ad commit 1a328bdCopy full SHA for 1a328bd
2 files changed
docs/docs/guide/expand/editor/theme.md
@@ -112,6 +112,7 @@ sidebar_position: 9
112
- `--workspace-sub-top-area-margin`: 应用级二级 topArea margin
113
- `--workspace-sub-top-area-padding`: 应用级二级 topArea padding
114
- `--workspace-left-area-width`: 应用级 leftArea width
115
+- `--left-area-width`: leftArea width
116
117
118
packages/editor-skeleton/src/layouts/workbench.less
@@ -443,6 +443,10 @@ body {
443
min-height: 0;
444
position: relative;
445
446
+ > .lc-left-float-pane {
447
+ left: calc(var(--workspace-left-area-width, var(--left-area-width)) + 1px);
448
+ }
449
+
450
.lc-workspace-workbench-center {
451
flex: 1;
452
display: flex;
0 commit comments