优化卡券号码展示与复制

This commit is contained in:
yml2213
2026-07-23 11:21:55 +08:00
parent bd8b928423
commit d60a771142
2 changed files with 27 additions and 7 deletions
+12
View File
@@ -289,6 +289,18 @@ select {
min-width: 0;
}
.kuaishou-voucher-code-text {
min-width: 0;
white-space: normal;
overflow-wrap: anywhere;
word-break: break-all;
}
.kuaishou-voucher-meta {
font-size: 12px;
line-height: 1.4;
}
.muted {
color: #6b7280;
}