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,12 +265,15 @@
<style lang="scss">
@import './public/css/invite_friends.scss';
</style>
<style lang="scss" scoped>
/deep/ .uni-popup__wrapper.bottom {
border-radius: 24rpx 24rpx 0 0;
}
</style>
<style scoped>
.poster-layer>>>.uni-popup__wrapper-box {
max-height: initial !important;
}
</style>
</style>