mirror of
https://github.com/youzan/vant.git
synced 2026-03-04 05:00:17 +08:00
10 lines
112 B
CSS
10 lines
112 B
CSS
@import './common/var.css';
|
|
|
|
.van-row {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|