From 5944c2832820a8bfa86e3efb5085f5a2463897f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 九月 2020 09:14:49 +0800 Subject: [PATCH] 2020-09-22 --- src/components/tabview/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index b791f43..0971fa4 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -6,6 +6,7 @@ width: 100%; height: 100%; > .ant-tabs { + height: 100%; > .ant-tabs-bar { // 鍘婚櫎鏍囩椤礹eader涓巆ontent涔嬮棿鐨勯棿闅� margin-bottom: 0; .ant-tabs-tab { @@ -53,6 +54,9 @@ } } } + >.ant-tabs-content { + height: 100%; + } } .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated { transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1); -- Gitblit v1.8.0