| | |
| | | <IncomeDetailListItem |
| | | :title="item.code" |
| | | :funds="item.settlementAmount" |
| | | :item="dayjs(item.settlementTime).format('YYYY-MM-DD HH:mm:ss')" |
| | | :item="item.settlementTime ? dayjs(item.settlementTime).format('YYYY-MM-DD HH:mm:ss') : ''" |
| | | @click="openPassword(item)" |
| | | > |
| | | </IncomeDetailListItem> |
| | |
| | | padding: 0 boleGetCssVar('size', 'body-padding-h'); |
| | | |
| | | .income-detail-list-item-inner { |
| | | padding: 24px 0 18px; |
| | | border-bottom: 1px solid #f6f6f6; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background: #ffffff; |
| | | border-radius: 12px; |
| | | padding: 40px; |
| | | margin-bottom: 24px; |
| | | |
| | | &.border-none { |
| | | border-bottom: none; |