| | |
| | | font-weight: 500; |
| | | } |
| | | .ant-card-extra { |
| | | cursor: pointer; |
| | | color: #1890ff; |
| | | } |
| | | } |
| | | .ant-card-actions { |
| | | height: 48px; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .ant-card-meta-avatar { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | top: -15px; |
| | | left: -15px; |
| | | padding-top: 15px; |
| | | padding-left: 15px; |
| | | } |
| | | // .ant-card-meta-avatar + .ant-card-meta-detail { |
| | | // float: left; |
| | |
| | | margin-left: 0px; |
| | | margin-right: 0px; |
| | | } |
| | | |
| | | .ant-card.chart-card { |
| | | .ant-card-head { |
| | | .edit { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 5px; |
| | | font-size: 13px; |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | display: none; |
| | | padding: 0 5px; |
| | | } |
| | | } |
| | | .ant-card-head:hover { |
| | | .edit { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | |
| | | .ant-card-actions { |
| | | position: relative; |
| | | .edit { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 3px; |
| | | font-size: 13px; |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | display: none; |
| | | padding: 0 5px; |
| | | } |
| | | } |
| | | .ant-card-actions:hover { |
| | | .edit { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | |
| | | .ant-card-meta-avatar { |
| | | position: relative; |
| | | .edit { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 3px; |
| | | font-size: 13px; |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | display: none; |
| | | padding: 0 5px; |
| | | z-index: 1; |
| | | } |
| | | } |
| | | .ant-card-meta-avatar:hover { |
| | | .edit { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | } |
| | | } |