完善车辆管理模块

This commit is contained in:
2023-08-16 17:29:17 +08:00
parent c27a99d0ac
commit 1a119820dd
23 changed files with 389 additions and 92 deletions

View File

@ -132,7 +132,7 @@ export default {
@include wh(100%, 198px)
}
.title {
@include fontWeightSize(500, 14px);
@include fontWeightSize(bold, 14px);
color: #323643;
opacity: 0.66;
}
@ -149,7 +149,7 @@ export default {
justify-content: space-between;
line-height: 37px;
.blueColor{
@include fontWeightSize(500,14px);
@include fontWeightSize(bold,14px);
color: #4682FE;
}
.alignRight{
@ -161,7 +161,7 @@ export default {
}
.rightInputMeters {
margin-right: 13px;
@include fontWeightSize(500, 13px);
@include fontWeightSize(bold, 13px);
color: #323643;
opacity: .5;
input {