123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @import '~antd/es/style/themes/default.less';
-
- html,
- body,
- #root {
- height: 100%;
- }
-
- .colorWeak {
- filter: invert(80%);
- }
-
- .ant-layout {
- min-height: 100vh;
- background-color: #f8f8f8;
- }
-
- canvas {
- display: block;
- }
-
- body {
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- ul,
- ol {
- list-style: none;
- }
-
- @media (max-width: @screen-xs) {
- .ant-table {
- width: 100%;
- overflow-x: auto;
- &-thead > tr,
- &-tbody > tr {
- > th,
- > td {
- white-space: pre;
- > span {
- display: block;
- }
- }
- }
- }
- }
-
- .ant-pro-global-header{
- background:linear-gradient(180deg,rgba(107,192,216,1) 0%,rgba(54,141,212,1) 100%);
- }
- .ant-pro-sider-menu-sider.light .ant-pro-sider-menu-logo{
- background:linear-gradient(180deg,rgba(107,192,216,1) 0%,rgba(54,141,212,1) 100%);
- box-shadow: none;
- border: none;
- }
-
- .ant-pro-global-header-trigger{
- display: none;
- }
- .ant-pro-sider-menu-sider.light{
- box-shadow: none;
- .ant-pro-sider-menu-logo h1{
- color: #fff;
- }
- }
- .ant-pro-page-header-wrap-page-header-warp{
- background:rgba(240,240,240,1);
- }
- .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
- background:rgb(230, 227, 227);
- border: none;
- }
- .ant-menu-inline .ant-menu-selected::after, .ant-menu-inline .ant-menu-item-selected::after{
- opacity: 0;
- }
- .ant-menu-inline > .ant-menu-item{
- height: 45px;
- line-height: 45px;
- font-size: 16px;
- margin: 0;
- }
- .ant-menu.ant-pro-sider-menu{
- padding: 0!important;
- }
-
- .ant-breadcrumb + .ant-page-header-heading{
- display: none;
- }
- .ant-page-header{
- height: 50px;
- padding:0 30px;
- line-height: 50px;
-
- .ant-breadcrumb{
- color: #333;
- }
- }
- .ant-pro-sider-menu-logo img{
- height: 41px;
- }
- .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
- color: #FF7E48;
- }
- .ant-table{
- line-height: 3;
- }
|