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.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 73c9e71..b402a11 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -458,10 +458,10 @@
 
 
   render() {
-    const { loadingview, viewlost } = this.state
+    const { loadingview, viewlost, config } = this.state
 
     return (
-      <div className="custom-page-wrap" id={this.state.ContainerId}>
+      <div className="custom-page-wrap" id={this.state.ContainerId} style={config ? config.style : null}>
         {loadingview && <Spin size="large" />}
         <Row gutter={8}>{this.getComponents()}</Row>
         {options.sysType !== 'cloud' ? <Button

--
Gitblit v1.8.0