From 0de207ebed200dffca41b8c974d1394cf328b03e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 23 九月 2020 09:29:02 +0800
Subject: [PATCH] 2020-09-23

---
 src/tabviews/custom/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss
index 981f835..5094f4d 100644
--- a/src/tabviews/custom/index.scss
+++ b/src/tabviews/custom/index.scss
@@ -1,14 +1,21 @@
 .custom-page-wrap {
   position: relative;
   min-height: calc(100vh - 94px);
+  height: 100%;
   padding-top: 16px;
   padding-bottom: 80px;
   padding-left: 16px;
   padding-right: 16px;
+  background-size: 100%;
+  
   .box404 {
     padding-top: 30px;
   }
 
+  .ant-col {
+    padding-bottom: 16px;
+  }
+
   .ant-modal-mask {
     position: absolute;
   }

--
Gitblit v1.8.0