From 83f94b84da4abf6ed64237856ff272eca53fa1c0 Mon Sep 17 00:00:00 2001 From: zhouyuejun <505127606@qq.com> Date: Mon, 21 Jan 2019 14:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E7=8F=AD=E8=AF=A6=E7=BB=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/main/main.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/main/main.component.scss b/src/app/pages/main/main.component.scss index 2425d40..022eabb 100644 --- a/src/app/pages/main/main.component.scss +++ b/src/app/pages/main/main.component.scss @@ -139,8 +139,9 @@ } /deep/ .ant-tabs-content{ height: calc(100% - 65px); - overflow-y: auto; + overflow: auto; border: 1px solid #ccc; + white-space: nowrap; } nz-tabset{ height: 100%;