mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 05:13:24 +08:00
修改点赞效果优化
This commit is contained in:
@ -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 */
|
||||
}
|
||||
/**
|
||||
* 文字超出部分换行
|
||||
|
||||
Reference in New Issue
Block a user