完善车辆管理模块
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user