diff --git a/src/views/monitoring/equipmentProcessAmount/index.vue b/src/views/monitoring/equipmentProcessAmount/index.vue
index 8cef3c05..75f2c1b1 100644
--- a/src/views/monitoring/equipmentProcessAmount/index.vue
+++ b/src/views/monitoring/equipmentProcessAmount/index.vue
@@ -9,10 +9,15 @@
+ style="
+ margin-right: 12px;
+ border-radius: 8px;
+ background: #fff;
+ padding: 0;
+ ">
@@ -37,14 +42,19 @@
-
+
+ :empty-text="' - 暂无数据 - '"
+ icon-class="custom-icon-class"
+ @node-click="handleSidebarItemClick">
+
+
.side-bar__left >>> .is-current {
+ padding: 0;
color: #111;
background: #f2f4f7;
}
@@ -464,6 +475,8 @@ export default {
left: 90px;
/* max-width: 128px; */
height: auto;
+ width: auto;
+ white-space: nowrap;
overflow: hidden;
/* transition: all 0.3s ease-out; */
z-index: 1000;
@@ -501,11 +514,46 @@ li {
}
.factory-list__item.is-current::after {
- content: "√";
+ content: '√';
position: absolute;
top: 8px;
right: 16px;
font-weight: bold;
+}
+.custom-tree-class >>> .el-tree-node__content {
+ height: auto !important;
+ padding: 8px 12px !important;
+}
+
+.custom-tree-class >>> .el-tree-node__children .el-tree-node__content {
+ padding: 8px 18px !important;
+}
+
+.custom-tree-class >>> .el-tree-node__children .el-tree-node__children .el-tree-node__content {
+ padding: 8px 24px !important;
+}
+
+
+