From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 二月 2023 17:14:16 +0800
Subject: [PATCH] 2023-02-02

---
 src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx b/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx
index 5ddc9fe..8b50c97 100644
--- a/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx
+++ b/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx
@@ -5,7 +5,7 @@
 import asyncComponent from '@/utils/asyncComponent'
 
 const ColorSketch = asyncComponent(() => import('@/mob/colorsketch'))
-const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
+const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
 
 class MenusColumn extends Component {
   static propTpyes = {
@@ -61,7 +61,7 @@
           <Col span={8}>
             <Form.Item label="棰滆壊">
               {getFieldDecorator('color', {
-                initialValue: '',
+                initialValue: '#e8e8e8',
                 rules: [
                   {
                     required: true,
@@ -76,7 +76,7 @@
               {getFieldDecorator('icon', {
                 initialValue: ''
               })(
-                <MkIcon allowClear/>
+                <MkEditIcon allowClear/>
               )}
             </Form.Item>
           </Col>

--
Gitblit v1.8.0