mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
update
This commit is contained in:
parent
317624cd45
commit
4f70875113
10
dist/helper/index.wxss
vendored
10
dist/helper/index.wxss
vendored
@ -64,9 +64,7 @@
|
||||
transform: translateY(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
||||
}
|
||||
|
||||
.zui-ellipsis,
|
||||
.zui-ellipsis--l2,
|
||||
.zui-ellipsis--l3 {
|
||||
.zui-ellipsis {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -76,6 +74,9 @@
|
||||
.zui-ellipsis--l2 {
|
||||
max-height: 40px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
@ -83,6 +84,9 @@
|
||||
.zui-ellipsis--l3 {
|
||||
max-height: 60px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user