From 8e62f9bab9ddbd14767dbf51124010e303e0172f Mon Sep 17 00:00:00 2001 From: saplf Date: Tue, 3 Sep 2019 23:16:16 +0800 Subject: [PATCH] Style fix --- src/pages/home/estate/style.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/home/estate/style.less b/src/pages/home/estate/style.less index ee5694c..e1ae638 100644 --- a/src/pages/home/estate/style.less +++ b/src/pages/home/estate/style.less @@ -11,11 +11,6 @@ :global { .ant-spin-nested-loading { flex-grow: 1; - overflow: hidden; - } - - .ant-spin-container { - height: 100%; overflow: auto; } } @@ -27,6 +22,7 @@ } .banner { + flex-shrink: 0; position: relative; width: 100%; display: flex; @@ -117,6 +113,7 @@ } .controller { + flex-shrink: 0; background-color: @bg-color; margin: 10px; text-align: right;