mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
fix: 修复 Toast 通知长文本溢出问题
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</p>
|
||||
<p
|
||||
v-if="toast.message"
|
||||
class="text-sm"
|
||||
class="text-sm break-words"
|
||||
:class="messageClasses"
|
||||
>
|
||||
{{ toast.message }}
|
||||
|
||||
Reference in New Issue
Block a user