king
2021-12-10 94cd90e22facb0e75a6e255ce125aa4ea6aca260
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: '',