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