超出换行

This commit is contained in:
shijingjing
2022-01-14 17:42:40 +08:00
parent 8dcb0d5636
commit 76d47e9694
2 changed files with 4 additions and 0 deletions

View File

@@ -196,6 +196,8 @@ export default {
color: #999999; color: #999999;
} }
.address { .address {
max-width: 100%;
word-break:break-all;
font-size: 26px; font-size: 26px;
color: #999999; color: #999999;
} }

View File

@@ -116,6 +116,8 @@ export default {
color: #999999; color: #999999;
} }
.address { .address {
max-width: 100%;
word-wrap:break-word;
margin-bottom: 18px; margin-bottom: 18px;
font-size: 26px; font-size: 26px;
color: #999999; color: #999999;