tijiao
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user