fix(member): 修复pages_tool/member/invite_friends.vue组件样式错误

This commit is contained in:
2025-12-25 09:55:06 +08:00
parent be0f4be0ed
commit 7d00f9d0f8

View File

@@ -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;
} }