样式优化

This commit is contained in:
yj 2024-10-22 16:43:27 +08:00
parent 69ffdd3c71
commit ed906091e8
2 changed files with 7 additions and 1 deletions

View File

@ -60,6 +60,7 @@
border-radius: 0 25px 25px 25px; border-radius: 0 25px 25px 25px;
margin: 10px 0 10px 40px; margin: 10px 0 10px 40px;
font-size: 14px; font-size: 14px;
word-break: break-all;
} }
} }
@ -88,7 +89,7 @@
color: #F3F3F5; color: #F3F3F5;
max-width: 266px; max-width: 266px;
padding: 10px; padding: 10px;
box-sizing: border-box; word-break: break-all;
border-radius: 25px 0 25px 25px; border-radius: 25px 0 25px 25px;
margin: 10px 40px 10px 0; margin: 10px 40px 10px 0;
font-size: 14px; font-size: 14px;

View File

@ -37,6 +37,7 @@
>span:nth-child(2) { >span:nth-child(2) {
color: #fff; color: #fff;
word-break: break-all;
} }
} }
} }
@ -60,6 +61,10 @@
>span:nth-child(1) { >span:nth-child(1) {
white-space: nowrap; white-space: nowrap;
} }
>span:nth-child(2) {
word-break: break-all;
}
} }
} }
} }