车辆管理,司机管理bug修复

This commit is contained in:
2023-08-25 15:17:18 +08:00
parent d384ded694
commit dbea3910d3

View File

@ -114,6 +114,7 @@ export default {
width: 100%;
height: 100%;
background-color: #F4F5F7;
overflow-y: auto;
}
.common{
background: #FFFFFF;
@ -144,6 +145,7 @@ export default {
}
.serviceInfo{
@include wh(100%,356px);
margin-bottom: 30px;
.item{
display: flex;
align-items: center;