From b35b88e364a0580da6c0fe7c578155c9e89ec07d Mon Sep 17 00:00:00 2001 From: "wuyue.xht" Date: Tue, 21 Apr 2020 22:15:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=20tab=E7=B1=BB=E5=9E=8B=E7=9A=84lc-left-?= =?UTF-8?q?float-pane=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/skeleton/workbench.less | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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%;