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

@@ -1242,7 +1242,7 @@
}
</script>
<style scoped lang="scss">
/deep/ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border: 1px solid #2D8CF0 !important;
background-color: #2D8CF0 !important;
color: #fff !important;

View File

@@ -1610,7 +1610,7 @@
display: block;
overflow: auto;
}
/deep/.brand-tag{
::v-deep .brand-tag{
background-color: $primary-merchant;
}
</style>

View File

@@ -740,7 +740,7 @@
.pb-box{
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
}
/deep/.brand-tag{
::v-deep .brand-tag{
background-color: $primary-merchant;
}
</style>

View File

@@ -861,7 +861,7 @@
background: $light-primary-merchant;
border-color: $primary-merchant;
}
/deep/.brand-tag{
::v-deep .brand-tag{
background-color: $primary-merchant;
}
.pb-box{

View File

@@ -773,7 +773,7 @@
position: absolute;
top: -10rpx;
right: -20rpx;
/deep/ .uni-badge--error {
::v-deep .uni-badge--error {
background-color: $primary-merchant !important;
}
.uni-badge {
@@ -791,7 +791,7 @@
.disabled-btn{
color: #DEDEDE;
}
/deep/.brand-tag{
::v-deep .brand-tag{
background-color: $primary-merchant;
}
.pb-box{

View File

@@ -339,7 +339,7 @@
position: absolute;
top: -20rpx;
right: 26rpx;
/deep/ .uni-badge--error {
::v-deep .uni-badge--error {
background-color: $primary-merchant !important;
}
.uni-badge {