src/menu/stylecombcontroller/index.jsx
@@ -4,8 +4,6 @@ import { Collapse, Form, Col, Icon, InputNumber, Select, Radio, Drawer, Button } from 'antd' import MKEmitter from '@/utils/events.js' import zhCN from '@/locales/zh-CN/mob.js' import enUS from '@/locales/en-US/mob.js' import ColorSketch from '@/mob/colorsketch' import StyleInput from './styleInput' import './index.scss' @@ -20,7 +18,6 @@ } state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, options: [], style: {}, borposition: 'outer'