diff --git a/react-ui/config/routes.ts b/react-ui/config/routes.ts index daf4305a..a44c0cbb 100644 --- a/react-ui/config/routes.ts +++ b/react-ui/config/routes.ts @@ -192,6 +192,7 @@ export default [ }, ], }, + { name: 'appsDeployment', path: '/appsDeployment', @@ -203,6 +204,17 @@ export default [ }, ], }, + { + name: 'see', + path: '/see', + routes: [ + { + name: '监控运维', + path: '', + component: './missingPage.jsx', + }, + ], + }, { name: 'monitor', path: '/monitor', diff --git a/react-ui/src/global.less b/react-ui/src/global.less index 69161adc..4117cad0 100644 --- a/react-ui/src/global.less +++ b/react-ui/src/global.less @@ -59,10 +59,11 @@ body { padding-top: 40px; } .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child, -.ant-table-wrapper .ant-table-container table > tbody > tr:first-child { +.ant-table-wrapper .ant-table-tbody>tr>td:first-child { padding: 0 30px; } + .ant-pro-global-header-logo-mix { width: 257px; height: 75px;