修改点赞效果优化

This commit is contained in:
于肖磊
2025-12-04 18:14:59 +08:00
parent 9468692f45
commit 0d4b20a376
13 changed files with 278 additions and 229 deletions

View File

@ -860,6 +860,9 @@ button[disabled].bg-grey {
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
/* #ifdef APP-NVUE */
lines: 1;
/* #endif */
}
.text-line-2 {
overflow: hidden;
@ -872,6 +875,9 @@ button[disabled].bg-grey {
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
/* #ifdef APP-NVUE */
lines: 2;
/* #endif */
}
.text-line-3 {
overflow: hidden;
@ -884,6 +890,9 @@ button[disabled].bg-grey {
word-break: break-word;
overflow-wrap: break-word;
word-wrap: break-word;
/* #ifdef APP-NVUE */
lines: 3;
/* #endif */
}
/**
* 文字超出部分换行