mirror of
https://github.com/youzan/vant.git
synced 2026-03-19 02:00:50 +08:00
9 lines
94 B
CSS
9 lines
94 B
CSS
.zan-row {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
zoom: 1;
|
|
}
|