style: fix text truncation overflow in risk info section for tablet (add word-break)

This commit is contained in:
2569718930@qq.com
2026-03-03 22:40:27 +08:00
parent 601187c5c6
commit 3cb53e6f9b
+2
View File
@@ -747,6 +747,8 @@ body {
font-size: 12px;
color: var(--text-secondary);
line-height: 1.8;
word-break: break-word; /* 确保数字和英文长句也能折行 */
white-space: normal;
}
.risk-info .risk-row {
display: flex;