canvas语言适配

This commit is contained in:
X1627315083
2025-07-20 18:19:34 +08:00
parent 4b694236ee
commit c44aadc9e3
12 changed files with 207 additions and 64 deletions

View File

@@ -1115,10 +1115,14 @@ export default defineComponent({
border-radius: .8rem;
display: flex;
align-items: center;
// flex-wrap: wrap;
flex-wrap: nowrap;
flex-wrap: wrap;
// flex-wrap: nowrap;
&.history{
> .text{
flex-basis: 100%;
}
}
> .time{
font-size: 1.2rem;
opacity: .5;