Parcourir la source

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

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline il y a 3 jours
Parent
commit
908418b08a
1 fichiers modifiés avec 6 ajouts et 12 suppressions
  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;
 }