This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -1388,7 +1388,7 @@ export default {
margin-left: 18rpx;
}
/deep/.sx-address-picker__list-tab {
::v-deep.sx-address-picker__list-tab {
padding-left: 0;
}
@@ -1400,7 +1400,7 @@ export default {
border-radius: 10rpx;
}
/deep/.uni-easyinput__content {
::v-deep.uni-easyinput__content {
background-color: #f5f5f5 !important;
border-color: #f5f5f5 !important;
}
@@ -1435,15 +1435,15 @@ export default {
}
}
/deep/.is-input-error-border .uni-easyinput__placeholder-class {
::v-deep.is-input-error-border .uni-easyinput__placeholder-class {
color: #999 !important;
}
/deep/.uni-easyinput-error {
::v-deep.uni-easyinput-error {
color: #333 !important;
}
/deep/.uni-forms-item .is-required {
::v-deep.uni-forms-item .is-required {
margin-right: 10rpx !important;
padding-top: 10rpx !important;
}

View File

@@ -794,7 +794,7 @@ export default {
<style lang="scss" scoped>
@import "@/style/mixin.scss";
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
padding-left: 0 !important;
padding-right: 0 !important;