src/menu/padcontroller/index.jsx
@@ -3,8 +3,6 @@ import { is, fromJS } from 'immutable' import { Form, Col, Icon } from 'antd' import zhCN from '@/locales/zh-CN/mob.js' import enUS from '@/locales/en-US/mob.js' import StyleInput from '../stylecontroller/styleInput' import './index.scss' @@ -15,7 +13,6 @@ } state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, paddingTop: '', paddingBottom: '', paddingLeft: '',