| | |
| | | .ant-card-meta-detail { |
| | | .line-card-edit-box .ant-card-meta-detail { |
| | | overflow: visible; |
| | | .ant-card-meta-title, .ant-card-meta-description { |
| | | position: relative; |
| | | overflow: visible; |
| | | } |
| | | .ant-card-meta-description { |
| | | display: inline-block; |
| | | width: 100%; |
| | | vertical-align: top; |
| | | font-size: 14px; |
| | | |
| | | .content { |
| | | max-width: 100%; |
| | | display: inline-block; |
| | | overflow: hidden; |
| | | word-break: break-word; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | } |
| | | |
| | | .helf { |
| | | width: 50%; |
| | | } |
| | | .third { |
| | | width: 33.3%; |
| | | } |
| | | .align-center { |
| | | text-align: center; |
| | | } |
| | | .align-right { |
| | | text-align: right; |
| | | } |
| | | .ant-card-meta-title:not(:last-child), .ant-card-meta-description:not(:last-child) { |
| | | margin-bottom: 0px; |
| | | } |
| | | |
| | | .edit { |
| | | position: absolute; |
| | | left: 0; |
| | | top: -10px; |
| | | font-size: 14px; |
| | | font-size: 13px; |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | display: none; |
| | | padding: 0 5px; |
| | | } |
| | | .edit.close { |
| | | left: 20px; |