车辆管理,司机管理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%; width: 100%;
height: 100%; height: 100%;
background-color: #F4F5F7; background-color: #F4F5F7;
overflow-y: auto;
} }
.common{ .common{
background: #FFFFFF; background: #FFFFFF;
@ -144,6 +145,7 @@ export default {
} }
.serviceInfo{ .serviceInfo{
@include wh(100%,356px); @include wh(100%,356px);
margin-bottom: 30px;
.item{ .item{
display: flex; display: flex;
align-items: center; align-items: center;