完善车辆管理模块

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

@ -141,7 +141,7 @@ export default {
box-sizing: border-box;
padding-right: 25px;
.titleType{
@include fontWeightSize(500,14px);
@include fontWeightSize(bold,14px);
color: #323643;
}
.isJoin{
@ -160,7 +160,7 @@ export default {
input{
border: none;
text-align: right;
@include fontWeightSize(500,13px);
@include fontWeightSize(bold,13px);
opacity: .5;
}