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