添加了一部分

This commit is contained in:
luyuan 2020-10-31 14:21:00 +08:00
parent a896c8e7e7
commit 61f471600e
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
4 changed files with 5 additions and 4 deletions

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 {