mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
10 lines
112 B
CSS
10 lines
112 B
CSS
@import './common/var.css';
|
|
|
|
.van-row {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|