From baac17a1c6a18f2aeb07d0780098c9ad8e13d5c2 Mon Sep 17 00:00:00 2001 From: F-loat <945852046@qq.com> Date: Tue, 12 Jun 2018 00:07:25 +0800 Subject: [PATCH] fix: #1649 height of settingDarwer --- src/components/SettingDarwer/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingDarwer/index.less b/src/components/SettingDarwer/index.less index ca0cb4d3..972a9091 100644 --- a/src/components/SettingDarwer/index.less +++ b/src/components/SettingDarwer/index.less @@ -2,7 +2,7 @@ .content { width: 273px; - height: 100%; + min-height: 100%; padding: 24px; background: #fff; } -- GitLab