| | |
| | | .line-card-edit-box { |
| | | margin-bottom: 30px; |
| | | padding: 30px 20px; |
| | | |
| | | .ant-card { |
| | | |
| | | .ant-card.chart-card { |
| | | min-height: 100px; |
| | | |
| | | .ant-card-head { |
| | | min-height: 40px; |
| | | line-height: 2; |
| | | .ant-card-head-title { |
| | | color: #000000; |
| | | font-weight: 500; |
| | | } |
| | | .ant-card-extra { |
| | | cursor: pointer; |
| | | color: #1890ff; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ant-card.ant-card-bordered .ant-card-body { |
| | | padding: 20px; |
| | | zoom: 1; |
| | | |
| | | // .ant-card-meta-avatar { |
| | | .ant-card-meta { |
| | | position: relative; |
| | | >.anticon-plus { |
| | | color: #26C281; |
| | | position: absolute; |
| | | right: -15px; |
| | | top: -5px; |
| | | padding: 5px; |
| | | } |
| | | |
| | | // } |
| | | .ant-card-meta-avatar { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | } |
| | | // .ant-card-meta-avatar + .ant-card-meta-detail { |
| | | // float: left; |
| | | // } |
| | | .ant-avatar-image { |
| | | box-sizing: border-box; |
| | | margin: 0; |
| | | padding: 0; |
| | | font-variant: tabular-nums; |
| | | line-height: 1.5; |
| | | list-style: none; |
| | | font-feature-settings: 'tnum'; |
| | | position: relative; |
| | | display: inline-block; |
| | | overflow: hidden; |
| | | color: #fff; |
| | | white-space: nowrap; |
| | | text-align: center; |
| | | vertical-align: middle; |
| | | border-radius: 50%; |
| | | |
| | | img { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .chart-title { |