king
2023-02-02 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2
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>