xbx #104

Merged
theluyuan merged 5 commits from xbx into master 2020-10-31 06:23:40 +00:00
4 changed files with 5 additions and 4 deletions
Showing only changes of commit 61f471600e - Show all commits

BIN
src/static/images/left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

BIN
src/static/images/right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

View File

@ -2,7 +2,7 @@
<div class="date">
<div class="head">
<div @click="shang">
<img src="" alt="">
<img src="../../static/images/left.png" alt="">
上一月
</div>
{{month.year}}{{month.yue}}
@ -11,7 +11,7 @@
</a-button>
<div @click="xia">
下一月
<img src="" alt="">
<img src="../../static/images/right.png" alt="">
</div>
</div>
<div class="yue">

View File

@ -2,14 +2,14 @@
<div class="week">
<div class="head">
<div @click="zhou--">
<img src="" alt="" />
<img src="../../static/images/left.png" alt="" />
上一周
</div>
{{week.year}}{{week.yue}}
<a-button type="primary" class="button" @click="navto()"> 月日历 </a-button>
<div @click="zhou++">
下一周
<img src="" alt="" />
<img src="../../static/images/right.png" alt="" />
</div>
</div>
<div class="week">
@ -83,6 +83,7 @@
> div {
display: flex;
align-items: center;
cursor: pointer;
font-size: 13px;
color: #0dbba4;
> img {