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

@@ -175,7 +175,7 @@ export default {
font-family: Regular;
color: #FF7E00;
}
/deep/.uni-input-input{
::v-deep .uni-input-input{
padding-right: 10rpx;
}
.placeholder{

View File

@@ -165,7 +165,7 @@ export default {
font-family: Regular;
color: #FF7E00;
}
/deep/.uni-input-input{
::v-deep .uni-input-input{
padding-right: 10rpx;
}
.placeholder{

View File

@@ -431,14 +431,14 @@
</script>
<style lang="scss" scoped>
/deep/checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border: 1px solid $primary-admin !important;
background-color: $primary-admin !important;
}
/deep/checkbox:not([disabled]) .uni-checkbox-input:hover {
::v-deep checkbox:not([disabled]) .uni-checkbox-input:hover {
border-color: #d1d1d1 !important;
}
/deep/.empty-page{
::v-deep .empty-page{
margin-top: 20rpx;
}
.accountTitle{
@@ -507,10 +507,10 @@
.list{
padding-bottom: 20rpx;
margin-top: 32rpx;
/deep/uni-checkbox .uni-checkbox-input{
::v-deep uni-checkbox .uni-checkbox-input{
margin: 0 20rpx 20rpx 0;
}
/deep/wx-checkbox .wx-checkbox-input{
::v-deep wx-checkbox .wx-checkbox-input{
margin: 0 20rpx 20rpx 0;
}
.item {
@@ -643,7 +643,7 @@
width: 100%;
left: 0;
/deep/uni-checkbox .uni-checkbox-input{
::v-deep uni-checkbox .uni-checkbox-input{
margin-bottom: 6rpx;
}