Browse Source

merge

pull/42/head
liu2592603532 1 year ago
parent
commit
b862c72a90
2 changed files with 14 additions and 1 deletions
  1. +12
    -0
      react-ui/config/routes.ts
  2. +2
    -1
      react-ui/src/global.less

+ 12
- 0
react-ui/config/routes.ts View File

@@ -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',


+ 2
- 1
react-ui/src/global.less View File

@@ -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;


Loading…
Cancel
Save