| 123456789101112131415161718192021222324252627 |
- html,
- body,
- #root {
- width: 100%;
- height: 100%;
- }
- .ant-layout {
- height: 100%;
- }
- .ant-layout-header {
- background: none !important;
- }
- .ant-layout-content {
- flex: 1 !important;
- }
- .ant-layout-sider {
- background: none !important;
- border-width: 0 1px 0 1px;
- border-style: solid;
- border-color: #CCCCCC;
- }
- .ant-tabs {
- height: 100%;
- }
- .ant-tabs-bar {
- margin: 0;
- }
|