mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
add zui-clearfix
This commit is contained in:
parent
fcb8a7c568
commit
728f76e6cf
9
dist/helper/index.wxss
vendored
9
dist/helper/index.wxss
vendored
@ -65,3 +65,12 @@
|
|||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zui-clearfix {
|
||||||
|
zoom: 1;
|
||||||
|
}
|
||||||
|
.zui-clearfix::after {
|
||||||
|
content: '';
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user