Fix uniapp v2 login and sass compatibility

This commit is contained in:
danaisuiyuan
2026-05-03 15:56:26 +08:00
parent 8472bb4639
commit 79436c011c
75 changed files with 188 additions and 147 deletions

View File

@@ -355,7 +355,7 @@
</script>
<style lang="scss" scoped>
/deep/ .lucky-wheel .marquee-item {
::v-deep .lucky-wheel .marquee-item {
text-align: center;
font-size: 20rpx !important;
color: #E93323 !important;
@@ -366,7 +366,7 @@
}
}
/deep/ .lottery .marquee-item {
::v-deep .lottery .marquee-item {
letter-spacing: 2px;
}
@@ -384,7 +384,7 @@
width: 100%;
}
/deep/ .safe-area-inset-bottom {
::v-deep .safe-area-inset-bottom {
height: 0;
height: constant(safe-area-inset-bottom);
height: env(safe-area-inset-bottom);