diff --git a/frontend/admin-web/src/app/(dashboard)/users/[id]/user-detail.module.scss b/frontend/admin-web/src/app/(dashboard)/users/[id]/user-detail.module.scss index 5cb60ac6..ea069eab 100644 --- a/frontend/admin-web/src/app/(dashboard)/users/[id]/user-detail.module.scss +++ b/frontend/admin-web/src/app/(dashboard)/users/[id]/user-detail.module.scss @@ -775,6 +775,27 @@ overflow: hidden; text-overflow: ellipsis; + // 流水ID - 窄 + &:nth-child(1) { flex: 0.6; } + // 类型 + &:nth-child(2) { flex: 1.2; } + // 资产 - 窄 + &:nth-child(3) { flex: 0.5; } + // 金额 + &:nth-child(4) { flex: 0.8; } + // 余额快照 - 窄 + &:nth-child(5) { flex: 0.8; } + // 关联订单 - 宽 + &:nth-child(6) { flex: 1.4; } + // 备注 - 最宽,允许换行 + &:nth-child(7) { + flex: 2; + white-space: normal; + word-break: break-all; + } + // 时间 + &:nth-child(8) { flex: 1.2; } + .ledgerTable__header & { font-weight: $font-weight-medium; color: $text-secondary;