添加了一部分
This commit is contained in:
parent
a896c8e7e7
commit
61f471600e
BIN
src/static/images/left.png
Normal file
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
BIN
src/static/images/right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 423 B |
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user