Explorar o código

🐛 fix(order): 优化订单确认页出发时间文字显示

- 修改出发时间文字内容为:"购票后将订单截图和出行日期发送客服进乘车群(小程序-我的-联系客服)"
- 调整样式防止左边"出发时间"被挤到换行
- 使用 items-start、min-w-16、flex-shrink-0 等样式优化布局

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
yourname hai 2 meses
pai
achega
282f3bd8c6
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      mini/src/pages/order/index.tsx

+ 3 - 3
mini/src/pages/order/index.tsx

@@ -545,9 +545,9 @@ export default function OrderPage() {
               </View>
               </View>
 
 
               <View className="space-y-4 mb-6">
               <View className="space-y-4 mb-6">
-                <View className="flex justify-between items-center">
-                  <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'}`}>出发时间</Text>
-                  <Text className={`text-sm font-semibold ${isCharter ? 'text-white' : 'text-gray-900'}`} data-testid="departure-time">客服将与您沟通确认</Text>
+                <View className="flex justify-between items-start">
+                  <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'} min-w-16 flex-shrink-0`}>出发时间</Text>
+                  <Text className={`text-sm font-semibold ${isCharter ? 'text-white' : 'text-gray-900'} text-right flex-1 break-words pl-2`} data-testid="departure-time">购票后将订单截图和出行日期发送客服进乘车群(小程序-我的-联系客服)</Text>
                 </View>
                 </View>
                 <View className="flex justify-between items-center">
                 <View className="flex justify-between items-center">
                   <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'}`}>车辆型号</Text>
                   <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'}`}>车辆型号</Text>