src/menu/stylecontroller/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 asyncComponent from '@/utils/asyncComponent' import StyleInput from './styleInput' import './index.scss' @@ -22,7 +20,6 @@ } state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, card: null, comIds: [], backgroundImage: '',