| | |
| | | cursor: pointer; |
| | | display: none; |
| | | } |
| | | .anticon-copy { |
| | | position: absolute; |
| | | top: 3px; |
| | | right: 30px; |
| | | padding-right: 0px; |
| | | color: #26C281; |
| | | cursor: pointer; |
| | | display: none; |
| | | } |
| | | a { |
| | | display: inline-block; |
| | | width: 100%; |
| | | min-width: 60%; |
| | | max-width: calc(100% - 80px); |
| | | padding-left: 22px; |
| | | padding-right: 14px; |
| | | padding-right: 0px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | |
| | | height: 32px; |
| | | line-height: 32px; |
| | | } |
| | | .anticon-delete { |
| | | .anticon-delete, .anticon-copy { |
| | | top: 8px; |
| | | } |
| | | } |
| | | .mk-source-item-info.avatar { |
| | | display: flex; |
| | | top: 0px; |
| | | .anticon-delete { |
| | | .anticon-delete, .anticon-copy { |
| | | top: 8px; |
| | | } |
| | | } |
| | | .mk-source-item-info:hover { |
| | | background-color: #e6f7ff; |
| | | .anticon-delete { |
| | | .anticon-delete, .anticon-copy { |
| | | display: inline-block; |
| | | } |
| | | } |