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