Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -465,23 +465,17 @@ onMounted(async () => {
color: #1A1A1A;
}
-.col-name {
+.col-name,
+.col-time,
+.col-price,
+.col-amount {
flex: 1;
-}
-
-.col-time {
- width: 120rpx;
- text-align: center;
-.col-price {
- width: 100rpx;
text-align: center;
+ min-width: 0;
+ word-break: break-all;
.col-amount {
- text-align: right;
font-weight: 600;
color: #52C41A;