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