From b862c72a90117433e0302795dc5b07e680322f07 Mon Sep 17 00:00:00 2001 From: liu2592603532 <2592603532@qq.com> Date: Tue, 30 Apr 2024 10:40:59 +0800 Subject: [PATCH] merge --- react-ui/config/routes.ts | 12 ++++++++++++ react-ui/src/global.less | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) 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;