diff --git a/src/pages/Basic/List/Device/index.less b/src/pages/Basic/List/Device/index.less index 14b18e1..c73efbe 100644 --- a/src/pages/Basic/List/Device/index.less +++ b/src/pages/Basic/List/Device/index.less @@ -1,6 +1,11 @@ .page { background-color: #fff; - padding: 40px 118px; + padding: 40px 0; + + .wrap { + width: 1200px; + margin: 0 auto; + } sup { color: red; diff --git a/src/pages/Basic/List/Device/index.tsx b/src/pages/Basic/List/Device/index.tsx index db31c3f..7102424 100644 --- a/src/pages/Basic/List/Device/index.tsx +++ b/src/pages/Basic/List/Device/index.tsx @@ -133,181 +133,185 @@ const Page: FC = ({ basic, dispatch }) => { return (
-
- {' '} - 开通设施管理设备 -
-
- 当前状态:{'未开通'} -
- { - dispatch({ - type: 'basic/setActionData', - payload: { type: k }, - }); - }} - > - - - -
- 总部级设施管理设备开通 -
- - - * - 数据中心名称 - handleInput('dataName', e.target.value)} - size="large" - style={{ width: 255, margin: '20px 10px' }} - /> - - - * - 设备出厂编号 - handleInput('deviceNo', e.target.value)} - size="large" - style={{ width: 255, margin: '20px 10px' }} - /> - - - - - * - 管理节点名称 - handleInput('nodeName', e.target.value)} - size="large" - style={{ width: 255, margin: '20px 10px' }} - /> - - - * - 选择保障单位 - handleInput('supportUnit', e.target.value)} - size="large" - style={{ width: 255, margin: '20px 10px' }} - /> - - - - - * - 选择管理节点 - handleInput('managerNode', e.target.value)} - size="large" - style={{ width: 255, margin: '20px 10px' }} - /> - - -
- + + + +
+ 总部级设施管理设备开通 +
* - 导入64字节 + 数据中心名称 handleInput('dataName', e.target.value)} size="large" style={{ width: 255, margin: '20px 10px' }} /> - * - 导入32字节 + 设备出厂编号 handleInput('deviceNo', e.target.value)} size="large" style={{ width: 255, margin: '20px 10px' }} /> - * - 导入20字节 + 管理节点名称 handleInput('nodeName', e.target.value)} size="large" style={{ width: 255, margin: '20px 10px' }} /> - * - 导入16字节 + 选择保障单位 handleInput('supportUnit', e.target.value)} size="large" style={{ width: 255, margin: '20px 10px' }} /> - + style={{ width: 255, margin: '20px 10px' }} + /> +
+ + + + * + 导入64字节 + + + + + * + 导入32字节 + + + + + + + * + 导入20字节 + + + + + * + 导入16字节 + + + + +
+
-
); };