Commit 203f7aff authored by xinzhedeai's avatar xinzhedeai

fix: 数据统计日期选择

parent 8d506d49
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<div class="stats-title">数据统计</div> <div class="stats-title">数据统计</div>
<!-- <van-cell-group> --> <!-- <van-cell-group> -->
<div @click="showPopup('showPopup4completionDate')" style="position: absolute; <div @click="showPopup('showPopup4completionDate')" style="position: absolute;
top: 0; top: -.05rem;
right: .4rem;"><span class="formValue">{{formattedDate}}</span><van-icon name="arrow-down" /></div> right: .4rem;"><span class="formValue">{{formattedDate}}</span><van-icon name="arrow-down" /></div>
<van-popup v-model="showPopup4completionDate" position="bottom"> <van-popup v-model="showPopup4completionDate" position="bottom">
<van-datetime-picker v-model="selectedDate" :min-date="minDate" type="year-month" title="选择年月" <van-datetime-picker v-model="selectedDate" :min-date="minDate" type="year-month" title="选择年月"
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
} }
.stats-header .van-icon:before { .stats-header .van-icon:before {
font-size: 0.17rem; font-size: 0.2rem;
} }
.stats-title { .stats-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment