mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +08:00
日历高
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user