diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index cc6b0ff..232a863 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -282,7 +282,7 @@ body, .btn { width: 100%; margin-top: 14px; - font-size: 26px; + font-size: 30px; color: #9fc3cd; .el-carousel__item { @@ -293,8 +293,8 @@ body, display: flex; justify-content: center; padding-top: 5px; - width: 158px; - height: 50px; + width: 200px; + height:60px; background-image: url("../images/topAndDown/sp_icon_sdqhx.png"); } @@ -302,7 +302,7 @@ body, margin-top: -5px; color: #ffffff; padding-top: 7px; - width: 201px; + width: 225px; height: 62px; background-image: url("../images/topAndDown/sp_icon_sdqhd.png"); } diff --git a/src/components/chooseDates/index.vue b/src/components/chooseDates/index.vue index c2e1b3f..da5e94d 100644 --- a/src/components/chooseDates/index.vue +++ b/src/components/chooseDates/index.vue @@ -11,41 +11,50 @@ start-placeholder="开始日期" end-placeholder="结束日期" :disabled-date="disabledDate" + @calendar-change="calendarChange" />