chore: 兼容处理

This commit is contained in:
Ray.Hao
2026-05-19 23:05:50 +08:00
parent 3fe8d018fc
commit 13ea3eef28
3 changed files with 31 additions and 29 deletions

View File

@@ -251,6 +251,14 @@ onShow(() => {
});
</script>
<style lang="scss">
.swiper-box,
.swiper-box .wd-swiper__item,
.swiper-box image {
height: 420rpx;
}
</style>
<style lang="scss" scoped>
.hero-fade {
position: absolute;
@@ -268,12 +276,6 @@ onShow(() => {
);
}
::deep(.swiper-box),
::deep(.swiper-box .wd-swiper__item),
::deep(.swiper-box image) {
height: 420rpx;
}
.chart-wrapper {
box-sizing: border-box;
background: var(--color-bg);