From e64bc25f97fb0880b65a5b61f702324ee492b33e Mon Sep 17 00:00:00 2001 From: liupeng <511646242@qq.com> Date: Fri, 4 Jul 2025 17:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.less | 27 +++++++++++++++++++++++++++ src/views/device/vehicles.vue | 14 ++++---------- 2 files changed, 31 insertions(+), 10 deletions(-) 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() {