master #25

Merged
yangqiang merged 3 commits from master into yangjie 2024-10-29 09:33:10 +08:00
3 changed files with 9 additions and 1 deletions
Showing only changes of commit bf3d0bb209 - Show all commits

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;
}
} }
} }
} }

View File

@ -609,6 +609,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;
} }
} }
@ -641,6 +642,7 @@
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;
word-break: break-all;
} }
} }