This commit is contained in:
yanran200730
2022-01-14 18:03:27 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -196,12 +196,13 @@ export default {
color: #999999;
}
.address {
max-width: 100%;
word-break:break-all;
font-size: 26px;
color: #999999;
}
}
}
}
}
}
@@ -222,7 +223,7 @@ export default {
line-height: 80px;
text-align: center;
background-color: #1365DD;
color: #FFFFFF;
color: #FFFFFF;
}
}
}

View File

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