YNMap/src/page/index/components/VehiclesEntering/VehiclesEntering.less
ylj20011123 499a72203f update
2025-06-06 19:21:18 +08:00

27 lines
606 B
Plaintext

.VehiclesEnteringBox {
width: 100%;
.VehiclesEnteringCharts {
width: 100%;
margin-top: 10px;
position: relative;
.VehiclesEnteringUnit {
font-family: "Microsoft YaHei";
font-weight: 400;
font-size: 10px;
color: #7F808B;
text-align: left;
font-style: normal;
padding-left: 8px;
position: absolute;
top: -10px;right: 0;
}
.VehiclesEntering {
width: 100%;
// height: 134px;
height: 167px;
}
}
}