|
- html,
- body,
- #root {
- height: 100%;
- margin: 0;
- padding: 0;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
- 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
- 'Noto Color Emoji';
- }
-
- .colorWeak {
- filter: invert(80%);
- }
-
- .ant-layout {
- min-height: 100vh;
- }
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
- left: unset;
- }
- .ant-layout-sider-children{
- margin-top: 60px!important;
- }
- canvas {
- display: block;
- }
-
- body {
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .ant-pro-layout .ant-pro-layout-content{
- padding: 10px;
- }
- .ant-pro-layout .ant-pro-layout-bg-list{
- background:#f9fafb;
- }
- .ant-table-wrapper .ant-table-thead >tr>th{
- background-color: #fff;
- }
- .ant-table-wrapper .ant-table-thead >tr>td{
- background-color: #fff;
- }
- .ant-menu-light .ant-menu-item-selected{
- background:rgba(197, 232, 255, 0.8)!important;
- }
- .ant-pro-base-menu-inline{
- // height: 87vh;
- background:#f2f5f7;
- border-radius:0px 20px 20px 0px;
- }
- .ant-pro-layout .ant-pro-layout-content{
- background-color: #fff;
- }
- .ant-pro-global-header-logo img{
- height: 21px;
- }
- .ant-pro-layout .ant-layout-sider.ant-pro-sider{
- height: 87vh;
- }
- .ant-pro-layout .ant-pro-layout-container{
- height: 98vh;
- }
- ul,
- ol {
- list-style: none;
- }
-
- @media (max-width: 768px) {
- .ant-table {
- width: 100%;
- overflow-x: auto;
- &-thead > tr,
- &-tbody > tr {
- > th,
- > td {
- white-space: pre;
- > span {
- display: block;
- }
- }
- }
- }
- }
-
|