日历高

This commit is contained in:
huichao
2020-07-27 11:50:57 +08:00
parent d6813971fe
commit 51e7486f9f

View File

@@ -18,8 +18,8 @@
:disabledWeekView="disable"
:defaultDatetime="date1"
@touchend="touchend"
:model="inline"
class="hashCalendar"
style="height:350px;"
></vue-hash-calendar>
</div>
<div class="footer" v-if="flagGo!=='4'">
@@ -29,7 +29,7 @@
<div class="fs14 ml5">今日打卡{{count}}工时共计{{Number(amount).toFixed(2)}}小时</div>
</div>
<div class=" flex pt10">
<div class="text-center ml10">
<div class="text-center ml10 white">
<div class="w18 h18 fs12 bg-gray radius50"></div>
<div class="lin"></div>
<div class="w18 h18 fs12 bg-gray radius50"></div>
@@ -73,7 +73,6 @@ export default {
show: false,
isShowCalendar: true,
showTodayButton: false,
inline:'inline',
mask: [],
workTime:'',
workTimeOff:'',
@@ -240,7 +239,7 @@ export default {
},
}
</script>
<style scoped>
<style>
.header {
width: 100%;
z-index: 100;
@@ -250,7 +249,6 @@ export default {
/* z-index: -1; */
width: 100%;
height:340px;
box-sizing: border-box;
padding-top:0px !important;
}
.calendar_title[data-v-f3b38220] {
@@ -274,7 +272,7 @@ export default {
background: #00BFFF;
color:white
}
.hashCalendar{
.hashCalendar[data-v-f3b38220]{
height:340px !important;
z-index: 10 !important;
}