wuhb hace 4 meses
padre
commit
ef13288667
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>