|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
<!--如果需要solt--> |
|
|
<!--如果需要solt--> |
|
|
<!--用法二:当mode=2、3的模式下分别为(酒店\往返)的离开日期--> |
|
|
<!--用法二:当mode=2、3的模式下分别为(酒店\往返)的离开日期--> |
|
|
<Calendar @click="tip" :is-show="true" :start-date="startDate" :end-date="endDate" mode="2" :title="'日期选择'" |
|
|
<Calendar class="custom-calendar" @click="tip" :is-show="true" :start-date="startDate" :end-date="endDate" mode="2" :title="'日期选择'" |
|
|
@callback="getDate" :transition="'slide'" :theme-color="'#515150'" /> |
|
|
@callback="getDate" :transition="'slide'" :theme-color="'#515150'" /> |
|
|
<div class="btn" @click="determine()"> |
|
|
<div class="btn" @click="determine()"> |
|
|
确定 |
|
|
确定 |
|
@ -55,7 +55,7 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
<style scoped> |
|
|
<style scoped lang="scss"> |
|
|
.btn { |
|
|
.btn { |
|
|
width: 697rpx; |
|
|
width: 697rpx; |
|
|
height: 80rpx; |
|
|
height: 80rpx; |
|
@ -74,4 +74,14 @@ |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
transform: translate(-348.5rpx, 0); |
|
|
transform: translate(-348.5rpx, 0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/ .custom-calendar { |
|
|
|
|
|
.calendar-tz{ |
|
|
|
|
|
padding: 0 10rpx; |
|
|
|
|
|
} |
|
|
|
|
|
.tips { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |