系统消息布局优化

This commit is contained in:
X1627315083
2025-10-15 15:19:45 +08:00
parent 891ea5004c
commit fe94093da1
2 changed files with 7 additions and 7 deletions

View File

@@ -133,8 +133,13 @@ export default defineComponent({
}
.modal_title_text_intro{
margin-left: 4rem;
}
}
}
.modal_title_text_intro{
word-break: break-word;
white-space: pre-wrap;
}
}
</style>