Jelajahi Sumber

style: 订单详情服务明细四列平均分配宽度

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 3 hari lalu
induk
melakukan
908418b08a
1 mengubah file dengan 6 tambahan dan 12 penghapusan
  1. 6 12
      admin-h5/src/pages/order/detail.vue

+ 6 - 12
admin-h5/src/pages/order/detail.vue

@@ -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 {
-  width: 100rpx;
-  text-align: right;
   font-weight: 600;
   color: #52C41A;
 }