mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +08:00
9 lines
94 B
CSS
9 lines
94 B
CSS
.zan-row {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
zoom: 1;
|
|
}
|