From 6257816acce548a113081578140058cd99e83160 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 05 十月 2020 10:01:16 +0800
Subject: [PATCH] 2020-10-05

---
 src/mob/controller/index.jsx |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/mob/controller/index.jsx b/src/mob/controller/index.jsx
index c74fa7a..104a1b0 100644
--- a/src/mob/controller/index.jsx
+++ b/src/mob/controller/index.jsx
@@ -258,7 +258,7 @@
   }
 
   render () {
-    const { card, fontColor, backgroundColor, backgroundImage, bgimages, marginTop, marginTopVal, marginBottom, marginBottomVal } = this.state
+    const { card, backgroundImage, bgimages, marginTop, marginTopVal, marginBottom, marginBottomVal } = this.state
     const formItemLayout = {
       labelCol: {
         xs: { span: 24 },
@@ -316,7 +316,6 @@
                   labelCol={{xs: { span: 24 }, sm: { span: 4 }}} wrapperCol={ {xs: { span: 24 }, sm: { span: 20 }} }
                 >
                   <ColorSketch value={card.color || '#000000'} onChange={this.changeFontColor} />
-                  <Input value={fontColor} onChange={this.changeFontColorInput} />
                 </Form.Item>
               </Col>
               <Col span={24}>
@@ -368,7 +367,6 @@
                   labelCol={{xs: { span: 24 }, sm: { span: 4 }}} wrapperCol={ {xs: { span: 24 }, sm: { span: 20 }} }
                 >
                   <ColorSketch value={card.backgroundColor || '#ffffff'} onChange={this.changeBackgroundColor} />
-                  <Input value={backgroundColor} onChange={this.changeBackgroundColorInput} />
                 </Form.Item>
               </Col>
               <Col span={24}>

--
Gitblit v1.8.0