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

@@ -332,7 +332,7 @@ page {
}
</style>
<style scoped lang="scss">
/deep/uni-scroll-view{
::v-deep uni-scroll-view{
padding-bottom: 0!important;
}
.height-add {

View File

@@ -884,7 +884,7 @@
position: absolute;
top: -10rpx;
right: -20rpx;
/deep/ .uni-badge--error {
::v-deep .uni-badge--error {
background-color: var(--view-theme) !important;
}
.uni-badge {

View File

@@ -821,7 +821,7 @@
position: absolute;
top: -10rpx;
right: -20rpx;
/deep/ .uni-badge--error {
::v-deep .uni-badge--error {
background-color: var(--view-theme) !important;
}
.uni-badge {