From a20589f5cb15a8bed681391f87afcd898d6922d1 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 9 Mar 2022 14:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E5=88=97=E8=A1=A8=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=94=B6=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/visual/basicInfoMain.scss | 27 ++++- .../visual/basicinfo/basicInfoMain.vue | 101 +++++++++++++----- 2 files changed, 100 insertions(+), 28 deletions(-) diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss index bb946c9c..8b7cfd43 100644 --- a/src/assets/scss/modules/visual/basicInfoMain.scss +++ b/src/assets/scss/modules/visual/basicInfoMain.scss @@ -112,6 +112,9 @@ background-size: 100% 100%; // padding: 45px 21px 35px 24px; + .info_loading { + margin-top: 50px; + } .info_tip { padding: 31px 0 0 19px; display: flex; @@ -190,6 +193,12 @@ } } } + + .div_info { + /deep/ .el-scrollbar__wrap { + overflow-x: hidden !important; + } + } } } @@ -391,11 +400,27 @@ box-sizing: border-box; width: 320px; height: 470px; - color: #fff; background: url('../../../img/modules/visual/box-2.png') no-repeat center; background-size: 100% 100%; padding: 45px 20px 35px 20px; + + .agency_main { + height: 100%; + position: relative; + .arrow_tip { + position: absolute; + top: 180px; + left: -20px; + } + } + + .agency_main { + /deep/ .el-scrollbar__wrap { + overflow-x: hidden !important; + } + } + .no-data-img { text-align: center; margin-top: 50px; diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index b4e451e0..44b04d0f 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -15,30 +15,55 @@ + +
+
+ + +
+
+
{{item.name}}
-
- - -
-
-
{{item.name}}
+
+
+
+ +
+
+
+
-
- +
+ + + \ No newline at end of file