chore: 兼容处理
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user