From 23e081053f069de550f3d488eeadda941c0dc0ac Mon Sep 17 00:00:00 2001 From: wangqiujuan0808 <578331299@qq.com> Date: Tue, 5 Dec 2023 19:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/sidebar.scss | 2 +- src/layout/components/Navbar.vue | 4 +- src/layoutMain/components/Navbar.vue | 11 +++- src/views/bim/bimHome/components/3DChart.js | 2 +- .../bim/bimHome/components/BuildInfo.vue | 2 +- .../bim/bimHome/components/DeviceEvent.vue | 3 +- .../bim/bimHome/components/DevicePie.vue | 18 +++--- .../bim/bimHome/components/EquipmentInfo.vue | 2 +- src/views/bim/bimHome/components/RealData.vue | 5 +- .../bim/bimHome/components/ThreeView.vue | 58 ++++++++++++++----- 10 files changed, 72 insertions(+), 35 deletions(-) diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss index c765daf..581f211 100644 --- a/src/assets/styles/sidebar.scss +++ b/src/assets/styles/sidebar.scss @@ -1,7 +1,7 @@ #app { margin: 0; padding: 0; - background: url(../image/bg1.jpg) no-repeat; + // background: url(../image/bg1.jpg) no-repeat; background-size: 100% 100%; background-attachment: fixed; background-size: cover; diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 05e15af..a87dbfb 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,13 +8,13 @@