hookehuyr

style(IndexCheckInPage): 隐藏日历组件的底部按钮

...@@ -835,3 +835,9 @@ const formatData = (data) => { ...@@ -835,3 +835,9 @@ const formatData = (data) => {
835 } 835 }
836 } 836 }
837 </style> 837 </style>
838 +
839 +<style scoped>
840 +:deep(.van-calendar__footer) {
841 + display: none;
842 +}
843 +</style>
......