diff --git a/packages/vision-polyfill/src/skeleton/workbench.less b/packages/vision-polyfill/src/skeleton/workbench.less index a647047e4..0aa202881 100644 --- a/packages/vision-polyfill/src/skeleton/workbench.less +++ b/packages/vision-polyfill/src/skeleton/workbench.less @@ -217,7 +217,7 @@ body { box-shadow: 4px 0 16px 0 rgba(31,50,88,0.08); z-index: 820; display: none; - padding-top: 36px; + // padding-top: 36px; &.lc-area-visible { display: block; } @@ -229,6 +229,23 @@ body { line-height: 1; } } + .lc-tabs-title { + width: 100%; + height: 36px; + position: relative; + display: center; + display: flex; + justify-content: center; + align-items: center; + background: rgba(31,56,88,0.04); + } + .lc-tabs-content { + position: absolute; + top: 36px; + bottom: 0; + left: 0; + right: 0; + } } .lc-left-area { height: 100%;