Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
||||
font-family: Regular;
|
||||
color: #FF7E00;
|
||||
}
|
||||
/deep/.uni-input-input{
|
||||
::v-deep .uni-input-input{
|
||||
padding-right: 10rpx;
|
||||
}
|
||||
.placeholder{
|
||||
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
font-family: Regular;
|
||||
color: #FF7E00;
|
||||
}
|
||||
/deep/.uni-input-input{
|
||||
::v-deep .uni-input-input{
|
||||
padding-right: 10rpx;
|
||||
}
|
||||
.placeholder{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user