|
|
@@ -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>
|
|
|
|