From 5ed69b4bb3416ec61abf424375af8650864dbdfa Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 08 八月 2021 17:27:10 +0800
Subject: [PATCH] 2021-08-08

---
 src/pc/quotecomponent/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/pc/quotecomponent/index.jsx b/src/pc/quotecomponent/index.jsx
index a0bb263..1054d31 100644
--- a/src/pc/quotecomponent/index.jsx
+++ b/src/pc/quotecomponent/index.jsx
@@ -84,6 +84,12 @@
 
         config.components.unshift(_config)
 
+        if (sessionStorage.getItem('appType') !== 'pc' && !config.style.paddingBottom) {
+          config.style.paddingBottom = '50px'
+        } else if (sessionStorage.getItem('appType') === 'pc' && !config.style.paddingTop) {
+          config.style.paddingTop = '50px'
+        }
+
         this.setState({
           visible: false
         })

--
Gitblit v1.8.0