|
|
|
|
@ -98,7 +98,7 @@ export default { |
|
|
|
|
minDate1: new Date(new Date().getFullYear(), new Date().getMonth() + 1, 1), |
|
|
|
|
maxDate1: new Date(new Date().getFullYear(), new Date().getMonth() + 1, new Date(new Date().getFullYear(),new Date().getMonth() + 2,0).getDate()), |
|
|
|
|
numData:[{date:'2023-02-09',isNum:1},{date:'2023-02-11',isNum:0}, |
|
|
|
|
{date:'2023-02-15',isNum:1},{date:'2023-02-20',isNum:0}], |
|
|
|
|
{date:'2023-02-15',isNum:1},{date:'2023-02-17',isNum:1},{date:'2023-02-20',isNum:0}], |
|
|
|
|
examData:[ |
|
|
|
|
{name:'单眼视力',position:'门诊楼3楼眼科门诊',total:20,residue:15,examArr:[ |
|
|
|
|
{moment:'上午',time:'8:00-8:30',num:2}, |
|
|
|
|
@ -277,15 +277,15 @@ export default { |
|
|
|
|
height: 1.28rem; |
|
|
|
|
.week_txt{ |
|
|
|
|
position: relative; |
|
|
|
|
width: 13.5%; |
|
|
|
|
height: 84%; |
|
|
|
|
width: 1rem; |
|
|
|
|
height: 1rem; |
|
|
|
|
font-size: 0.32rem; |
|
|
|
|
cursor: pointer; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
text-align: center; |
|
|
|
|
margin: 0.24rem 0.35% 0 0.35%; |
|
|
|
|
margin: 0.24rem 0.035rem 0 0.035rem; |
|
|
|
|
// margin-top: 0.12rem; |
|
|
|
|
|
|
|
|
|
.bottom_info{ |
|
|
|
|
@ -294,14 +294,14 @@ export default { |
|
|
|
|
left: 0; |
|
|
|
|
font-size: 10px; |
|
|
|
|
line-height: 14px; |
|
|
|
|
bottom: 6px; |
|
|
|
|
bottom: 0.06rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.top_info{ |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
left: 0; |
|
|
|
|
top: 6px; |
|
|
|
|
top: 0.06rem; |
|
|
|
|
font-size: 10px; |
|
|
|
|
line-height: 14px; |
|
|
|
|
} |
|
|
|
|
@ -495,15 +495,19 @@ export default { |
|
|
|
|
border-radius: 50%; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-top: 0.1rem; |
|
|
|
|
top: 0.06rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.van-calendar__days{ |
|
|
|
|
height: 6.4rem; |
|
|
|
|
|
|
|
|
|
.van-calendar__day{ |
|
|
|
|
height: 17%; |
|
|
|
|
width: 13.5%; |
|
|
|
|
margin: 0 0.35%; |
|
|
|
|
// height: 17%; |
|
|
|
|
// width: 13.5%; |
|
|
|
|
// margin: 0 0.35%; |
|
|
|
|
width: 1rem; |
|
|
|
|
height: 1rem; |
|
|
|
|
margin: 0 0.03rem; |
|
|
|
|
|
|
|
|
|
.van-calendar__selected-day{ |
|
|
|
|
width: 100%; |
|
|
|
|
@ -513,5 +517,8 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.van-calendar__bottom-info{ |
|
|
|
|
bottom:0.06rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |