xing.li 4 роки тому
батько
коміт
b7bd838895

+ 1 - 1
pages/appointment/appointment.wxml

@@ -52,7 +52,7 @@
         </mp-tabs>
     </view>
     <view class="desc-title">选择技师</view>
-    <view class="section" style="text-align: -webkit-center;">
+    <view class="section" style="width:93%;margin:15rpx auto">
         <picker bindchange="bindStaffChange" value="{{indexStaff}}" range-key="staffName" range="{{staffsList}}">
             <view class="staffName card">
                 当前选择:{{staffName}}

+ 1 - 0
pages/appointment/appointment.wxss

@@ -286,5 +286,6 @@
     color: #646464;
     line-height: 100rpx;
     letter-spacing: 4rpx;
+    padding-left:40rpx
 
 }