1.更新im
2.修改bug
This commit is contained in:
2025-07-09 17:31:51 +08:00
parent 8a9ea4753e
commit 91f2c612e8
9 changed files with 19 additions and 5 deletions
+12
View File
@@ -697,4 +697,16 @@
</script>
<style lang="scss" scoped>
@import '../styles/home.scss';
:deep(.groupInvite-header-desktop) {
left: 0 !important;
width: 100% !important;
transform: translate(0, 0) !important;
}
:deep(.singleInvite-message) {
width: 100% !important;
}
:deep(.singleInvite-nick-span) {
width: 100% !important;
max-width: 100% !important;
}
</style>