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

@@ -113,7 +113,7 @@ export default {
</template>
<style lang="scss">
/deep/ .bind-phone {
::v-deep .bind-phone {
margin-top: 12rpx;
background: rgba(255, 255, 255, 0.3);
border-radius: 30px;
@@ -125,7 +125,7 @@ export default {
line-height: 28rpx;
padding: 6rpx 16rpx;
}
/deep/ .tips::before {
::v-deep .tips::before {
content: '';
position: absolute;
bottom: -6rpx;