️ 修复部分帖子宽度溢出

*PostID:47716903
This commit is contained in:
BTMuli
2024-01-13 22:04:12 +08:00
parent 0ce60d04ae
commit d2842e7139

View File

@@ -47,6 +47,9 @@ const textAlign = props.position;
<style lang="css" scoped>
.tp-avatar-box {
display: flex;
overflow: hidden;
width: fit-content;
max-width: 100%;
}
.tpa-text {