|
@@ -1,8 +1,8 @@
|
|
|
import PageContent from '@/components/PageContent';
|
|
|
+import PageTitle from '@/components/PageTitle';
|
|
|
import { useParams } from '@umijs/max';
|
|
|
import { Table } from 'antd';
|
|
|
import styles from './detail.less';
|
|
|
-import PageTitle from '@/components/PageTitle';
|
|
|
const {
|
|
|
DeviceCode,
|
|
|
DeviceName,
|
|
@@ -84,7 +84,7 @@ export default function DeviceMaintainDetail() {
|
|
|
};
|
|
|
|
|
|
return (
|
|
|
- <PageContent >
|
|
|
+ <PageContent style={{ background: '#fff', borderRadius: 12 }}>
|
|
|
<PageTitle>设备维修</PageTitle>
|
|
|
<div className={styles.detailBox}>
|
|
|
<span>
|