Forráskód Böngészése

更新 添加卸货港样式箭头

王智慧 3 éve
szülő
commit
0453dae35e

+ 6 - 4
miniprogram/pages/voyages/detail/detail.wxml

@@ -284,19 +284,21 @@
 </scroll-view>
 <view class="discharge-modal" wx:if="{{dischargeModal}}">
   <view class="discharge-card">
-    <view class="df">
+    <view class="df aic mb40">
       <view class="disc-title">前置港口:</view>
       <view>
-        <picker style="width: 200rpx;text-align: left;" bindchange="bindBeforePortChange" value="{{currentBeforePortIndex}}" range-key="portName" range="{{beforePorts}}">
+        <picker style="width: 165rpx;text-align: left;" bindchange="bindBeforePortChange" value="{{currentBeforePortIndex}}" range-key="portName" range="{{beforePorts}}">
           <view style="color: #666;">
             {{beforePorts[currentBeforePortIndex].portName||'请选择'}}
           </view>
         </picker>
       </view>
+      <image class="arrow" src="../../../images/newUI/right-arrow.png"></image>
     </view>
-    <view class="df">
+    <view class="df aic mb40">
       <view class="disc-title">卸货港:</view>
-      <NewPicker value="{{currentDischargePort}}" placeholder="选择卸货港" inputStyle="    width: 338rpx;color:#48aafc" bind:selectItem="selectDischargePort" arrow="{{false}}" url="/port/getCol"></NewPicker>
+      <NewPicker value="{{currentDischargePort}}" placeholder="选择卸货港" inputStyle="    width: 280rpx;color:#48aafc" bind:selectItem="selectDischargePort" arrow="{{false}}" url="/port/getCol"></NewPicker>
+      <image class="arrow" src="../../../images/newUI/right-arrow.png"></image>
     </view>
     <view class="df aic jcsa">
       <view class="disc-btn" bindtap="cancelAddDischargePort">取消</view>

+ 0 - 1
miniprogram/pages/voyages/detail/detail.wxss

@@ -372,7 +372,6 @@
   text-align: left;
   margin-left: 40rpx;
   color: #777;
-  margin-bottom: 40rpx;
 }
 
 .disc-btn {