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

@@ -160,7 +160,7 @@
</script>
<style lang="scss">
/deep/ .styleAll{
::v-deep .styleAll{
padding: 0 6rpx;
border: 1rpx solid #DDDDDD;
border-radius: 8rpx;

View File

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

View File

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

View File

@@ -1142,17 +1142,17 @@ export default {
</script>
<style lang="scss" scoped>
/deep/.uni-date-x--border {
::v-deep .uni-date-x--border {
border: 0;
}
/deep/.uni-icons {
::v-deep .uni-icons {
font-size: 0 !important;
}
/deep/.uni-date-x {
::v-deep .uni-date-x {
color: #999;
font-size: 15px;
}
/deep/.uni-date__x-input {
::v-deep .uni-date__x-input {
font-size: 15px;
}
.height-add {
@@ -1160,7 +1160,7 @@ export default {
height: calc(176rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}
/deep/uni-checkbox[disabled] .uni-checkbox-input {
::v-deep uni-checkbox[disabled] .uni-checkbox-input {
background-color: #eee;
}
.alipaysubmit {