fix(member): 修复pages_tool/member/invite_friends.vue组件样式错误
This commit is contained in:
@@ -265,11 +265,14 @@
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './public/css/invite_friends.scss';
|
@import './public/css/invite_friends.scss';
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
/deep/ .uni-popup__wrapper.bottom {
|
/deep/ .uni-popup__wrapper.bottom {
|
||||||
border-radius: 24rpx 24rpx 0 0;
|
border-radius: 24rpx 24rpx 0 0;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
.poster-layer>>>.uni-popup__wrapper-box {
|
.poster-layer>>>.uni-popup__wrapper-box {
|
||||||
max-height: initial !important;
|
max-height: initial !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user