完善车辆管理模块

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

@ -29,24 +29,24 @@ select{
overflow-y: auto;
}
::v-deep .van-nav-bar__content{
background-color: #354683 ;
background-color: #2C395F ;
}
::v-deep .van-nav-bar__title{
color: #fff;
opacity: .7;
font-weight: 500;
font-size: 15px;
font-weight: bolder;
font-size: 18px;
}
::v-deep .van-nav-bar .van-icon{
color: #fff;
opacity: .7;
font-size: 15px;
font-size: 18px;
width: 6px;
height: 13px;
}
::v-deep .van-radio__label{
margin-left: 0;
font-weight: 400;
font-weight: normal;
font-size: 14px;
//@include fontWeightSize(400,14px);
color: #000000;