king
2021-08-08 5ed69b4bb3416ec61abf424375af8650864dbdfa
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
        })