diff --git a/dist/helper/index.wxss b/dist/helper/index.wxss index a27e12bc..32b9a91c 100644 --- a/dist/helper/index.wxss +++ b/dist/helper/index.wxss @@ -65,3 +65,12 @@ -webkit-line-clamp: 2; -webkit-box-orient: vertical; } + +.zui-clearfix { + zoom: 1; +} +.zui-clearfix::after { + content: ''; + display: table; + clear: both; +}