diff --git a/hb_client/src/styles/index.scss b/hb_client/src/styles/index.scss index 6c43e6a..13d9e10 100644 --- a/hb_client/src/styles/index.scss +++ b/hb_client/src/styles/index.scss @@ -71,10 +71,15 @@ div:focus { .el-form-item { margin-bottom: 16px; } -.el-card, .el-message { +.el-message { border-radius: 0px; overflow: hidden; } +.el-card.is-always-shadow{ + overflow: hidden; + box-shadow: none; + margin-bottom: 5px; +} .el-card__body { padding: 6px; } diff --git a/hb_client/src/views/customerManage/feedback.vue b/hb_client/src/views/customerManage/feedback.vue index 39d3ba3..e4abb89 100644 --- a/hb_client/src/views/customerManage/feedback.vue +++ b/hb_client/src/views/customerManage/feedback.vue @@ -34,13 +34,17 @@ stripe highlight-current-row height="100" - v-el-height-adaptive-table="{bottomOffset: 42}" + v-el-height-adaptive-table="{bottomOffset: 45}" > + @@ -55,6 +59,10 @@ + -
-
-
能源范围
- - - -
时间类型
- - - -
开始时间
- - -
结束时间
- - - 查询 - -
- - -
-
分项统计
- - -
-
- -
-
能耗占比分析(:kwh)
- -
-
-
- - -
-
分项统计
- - -
-
- -
-
能耗占比分析(:kwh)
- -
-
-
- - - +
+ +
+
能源范围
+ + + +
时间类型
+ + + +
开始时间
+ + +
结束时间
+ + + 查询 + +
+ + +
+
分项统计
+ + +
+
+ +
+
能耗占比分析(:kwh)
+ +
+
+
+ + +
+
分项统计
+ + +
+
+ +
+
能耗占比分析(:kwh)
+ +
+
+
+
+ + +
分项明细
+ - - - - - -
- {{ item }}
{{ itemtd }}
-
- - - - - - - -
- {{ item }}
{{ itemtd }}
-
-
+ + {{ item }} + + + {{ itemtd }} + + + + + + + + + + +
+ {{ item }}
{{ itemtd }}
+
+ +
@@ -336,7 +313,7 @@ }, mounted() { let hei = document.getElementsByClassName('app-main')[0].clientHeight; - this.domHeight =( hei- 100)/2+'px'; + this.domHeight =( hei- 188)/2+'px'; this.getList(); //全场 this.barOptions ={ diff --git a/hb_client/src/views/inm/logistics.vue b/hb_client/src/views/inm/logistics.vue index 9245ea0..f3e5538 100644 --- a/hb_client/src/views/inm/logistics.vue +++ b/hb_client/src/views/inm/logistics.vue @@ -1,6 +1,6 @@