| | |
| | | text-decoration: inherit; |
| | | font-weight: inherit; |
| | | font-style: inherit; |
| | | float: left; |
| | | line-height: inherit; |
| | | margin-left: 10px; |
| | | position: relative; |
| | | z-index: 1; |
| | | min-height: 45px; |
| | | min-width: 30px; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | |
| | | |
| | | .ant-input-search { |
| | | margin-top: 5px; |
| | | width: 40%; |
| | | max-width: 400px; |
| | | width: 65%; |
| | | float: right; |
| | | |
| | | .ant-btn[disabled] { |
| | | background-color: var(--mk-sys-color)!important; |
| | | border-color: var(--mk-sys-color)!important; |
| | | color: #ffffff!important; |
| | | opacity: 0.5; |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | vertical-align: top; |
| | | margin-top: 0px; |
| | | } |
| | | |
| | | .mask { |
| | | position: absolute; |
| | | width: 100%; |
| | | height: 100%; |
| | | left: 0px; |
| | | top: 0px; |
| | | background: #ffffff; |
| | | z-index: 1; |
| | | |
| | | .ant-spin { |
| | | position: absolute; |
| | | left: calc(50% - 16px); |
| | | top: calc(50% - 16px); |
| | | } |
| | | } |
| | | } |
| | | } |