diff --git a/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less b/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less index c0412f7f..daaa1eb5 100644 --- a/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less +++ b/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less @@ -2,7 +2,7 @@ .tpanelmain { width: 100%; - height: 100%; + height: 100vh; box-sizing: border-box; color: black; @@ -11,6 +11,7 @@ color: @COLOR_GRAY03; padding: 0 !important; word-break: keep-all; + height: 100%; } &.isTabActivated {