Compare commits

..

3 Commits

Author SHA1 Message Date
yangqiang bf3d0bb209 Merge pull request 'yangjie' (#23) from yangjie into master
Reviewed-on: #23
2024-10-22 16:47:21 +08:00
yj ae49bf5bef 优化样式 2024-10-22 16:45:03 +08:00
yj ed906091e8 样式优化 2024-10-22 16:43:27 +08:00
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

@ -609,6 +609,7 @@
border-radius: 0 25px 25px 25px;
margin: 10px 0 10px 40px;
font-size: 14px;
word-break: break-all;
}
}
@ -641,6 +642,7 @@
border-radius: 25px 0 25px 25px;
margin: 10px 40px 10px 0;
font-size: 14px;
word-break: break-all;
}
}