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