wuhb il y a 4 mois
Parent
commit
ef13288667
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      pages/score/index.uvue

+ 3 - 1
pages/score/index.uvue

@@ -205,7 +205,9 @@
         <view class="popup-header">
 			<text class="popup-title">选择年月</text>
 			<view class="popup-actions">
-				<text class="cancel-btn" @click="closeDatePicker">取消</text>
+				<view class="popup-btn">
+					<text class="cancel-btn" @click="closeDatePicker">取消</text>
+				</view>
 			</view>
         </view>