| | |
| | | |
| | | /*背景色*/ |
| | | html, body { |
| | | --mk-sys-color: #1890ff; |
| | | width: 100%; |
| | | font-size: 14px; |
| | | // .ant-table, .ant-dropdown { |
| | | // color: rgba(0, 0, 0, 0.85); |
| | | // } |
| | | } |
| | | #root { |
| | | height: 100%; |
| | |
| | | z-index: 1090!important; |
| | | } |
| | | |
| | | .ant-dropdown { |
| | | z-index: 1090!important; |
| | | } |
| | | // .ant-dropdown { |
| | | // z-index: 1090!important; |
| | | // } |
| | | |
| | | .mk-normal-dropdown { |
| | | .ant-dropdown-menu { |
| | |
| | | .video-react .video-react-poster { |
| | | background-size: cover; |
| | | } |
| | | } |
| | | |
| | | .table-vertical-top { |
| | | table td { |
| | | vertical-align: top; |
| | | } |
| | | } |
| | | .table-vertical-bottom { |
| | | table td { |
| | | vertical-align: bottom; |
| | | } |
| | | } |
| | | |
| | | // 系统色设置 |
| | | .mk-main-view { |
| | | display: flex; |
| | | flex: auto; |
| | | min-height: 100%; |
| | | } |