| | |
| | | .menu-shell-inner { |
| | | min-height: calc(100vh - 150px); |
| | | min-height: calc(100vh - 100px); |
| | | width: auto!important; |
| | | overflow-x: hidden; |
| | | background-size: 100%; |
| | | |
| | | .anticon { |
| | | cursor: unset; |
| | | } |
| | | |
| | | .mk-component-card { |
| | | position: relative; |
| | | .remove-component { |
| | | position: absolute; |
| | | right: 2px; |
| | | top: 50%; |
| | | background: #ff4d4f; |
| | | border-radius: 2px; |
| | | padding: 4px; |
| | | color: #ffffff; |
| | | cursor: pointer; |
| | | display: none; |
| | | } |
| | | } |
| | | .mk-component-card:hover { |
| | | .remove-component { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | |
| | | >.ant-empty { |
| | | padding-top: 150px; |
| | | } |
| | | .anticon-tool { |
| | | color: rgba(0, 0, 0, 0.55); |
| | | } |
| | | .anticon-tool:hover { |
| | | color: #1890ff; |
| | | } |
| | | } |