mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
日历高
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
:disabledWeekView="disable"
|
:disabledWeekView="disable"
|
||||||
:defaultDatetime="date1"
|
:defaultDatetime="date1"
|
||||||
@touchend="touchend"
|
@touchend="touchend"
|
||||||
:model="inline"
|
|
||||||
class="hashCalendar"
|
class="hashCalendar"
|
||||||
|
style="height:350px;"
|
||||||
></vue-hash-calendar>
|
></vue-hash-calendar>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer" v-if="flagGo!=='4'">
|
<div class="footer" v-if="flagGo!=='4'">
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<div class="fs14 ml5">今日打卡{{count}}次,工时共计{{Number(amount).toFixed(2)}}小时</div>
|
<div class="fs14 ml5">今日打卡{{count}}次,工时共计{{Number(amount).toFixed(2)}}小时</div>
|
||||||
</div>
|
</div>
|
||||||
<div class=" flex pt10">
|
<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="w18 h18 fs12 bg-gray radius50">上</div>
|
||||||
<div class="lin"></div>
|
<div class="lin"></div>
|
||||||
<div class="w18 h18 fs12 bg-gray radius50">下</div>
|
<div class="w18 h18 fs12 bg-gray radius50">下</div>
|
||||||
@@ -73,7 +73,6 @@ export default {
|
|||||||
show: false,
|
show: false,
|
||||||
isShowCalendar: true,
|
isShowCalendar: true,
|
||||||
showTodayButton: false,
|
showTodayButton: false,
|
||||||
inline:'inline',
|
|
||||||
mask: [],
|
mask: [],
|
||||||
workTime:'',
|
workTime:'',
|
||||||
workTimeOff:'',
|
workTimeOff:'',
|
||||||
@@ -240,7 +239,7 @@ export default {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style>
|
||||||
.header {
|
.header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
@@ -250,7 +249,6 @@ export default {
|
|||||||
/* z-index: -1; */
|
/* z-index: -1; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:340px;
|
height:340px;
|
||||||
box-sizing: border-box;
|
|
||||||
padding-top:0px !important;
|
padding-top:0px !important;
|
||||||
}
|
}
|
||||||
.calendar_title[data-v-f3b38220] {
|
.calendar_title[data-v-f3b38220] {
|
||||||
@@ -274,7 +272,7 @@ export default {
|
|||||||
background: #00BFFF;
|
background: #00BFFF;
|
||||||
color:white
|
color:white
|
||||||
}
|
}
|
||||||
.hashCalendar{
|
.hashCalendar[data-v-f3b38220]{
|
||||||
height:340px !important;
|
height:340px !important;
|
||||||
z-index: 10 !important;
|
z-index: 10 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user