Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -332,7 +332,7 @@ page {
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
/deep/uni-scroll-view{
|
||||
::v-deep uni-scroll-view{
|
||||
padding-bottom: 0!important;
|
||||
}
|
||||
.height-add {
|
||||
|
||||
@@ -884,7 +884,7 @@
|
||||
position: absolute;
|
||||
top: -10rpx;
|
||||
right: -20rpx;
|
||||
/deep/ .uni-badge--error {
|
||||
::v-deep .uni-badge--error {
|
||||
background-color: var(--view-theme) !important;
|
||||
}
|
||||
.uni-badge {
|
||||
|
||||
@@ -821,7 +821,7 @@
|
||||
position: absolute;
|
||||
top: -10rpx;
|
||||
right: -20rpx;
|
||||
/deep/ .uni-badge--error {
|
||||
::v-deep .uni-badge--error {
|
||||
background-color: var(--view-theme) !important;
|
||||
}
|
||||
.uni-badge {
|
||||
|
||||
Reference in New Issue
Block a user