diff --git a/src/views/Home.less b/src/views/Home.less index 6e71228..4a07d71 100644 --- a/src/views/Home.less +++ b/src/views/Home.less @@ -41,5 +41,32 @@ font-weight: 300; } } + .ag-ltr .ag-row .ag-cell{ + border-right:1px solid #ebeef5; + &:last-child{ + border-right:none; + } + &[aria-colindex="1"]{ + border-right:1px solid #ebeef5; + } + } + .ag-header-cell{ + border-right:1px solid #dfe6ec; + &:last-child{ + border-right:none; + } + &[aria-colindex="1"]{ + border-right:1px solid #dfe6ec; + } + } + } +} +.el-breadcrumb{ + font-size: 16px; +} + +@media (max-width: 768px) { + .data-form-row{ + flex-wrap: wrap!important; } } diff --git a/src/views/device/vehicles.vue b/src/views/device/vehicles.vue index 0a0edca..79e6446 100644 --- a/src/views/device/vehicles.vue +++ b/src/views/device/vehicles.vue @@ -102,19 +102,17 @@ function reload() {