Browse Source

update 设备加工数量

pull/30/head
lb 1 year ago
parent
commit
e2a777069e
4 changed files with 5 additions and 1 deletions
  1. BIN
      src/assets/images/factory-icon.png
  2. BIN
      src/assets/images/tree-icon-1.png
  3. BIN
      src/assets/images/tree-icon-2.png
  4. +5
    -1
      src/views/monitoring/equipmentProcessAmount/index.vue

BIN
src/assets/images/factory-icon.png View File

Before After
Width: 48  |  Height: 48  |  Size: 710 B

BIN
src/assets/images/tree-icon-1.png View File

Before After
Width: 150  |  Height: 150  |  Size: 2.0 KiB

BIN
src/assets/images/tree-icon-2.png View File

Before After
Width: 127  |  Height: 127  |  Size: 3.2 KiB

+ 5
- 1
src/views/monitoring/equipmentProcessAmount/index.vue View File

@@ -397,7 +397,8 @@ export default {
.side-bar__left >>> .is-current {
padding: 0;
color: #111;
background: #f2f4f7;
/* background: #f2f4f7; */
background: #E3EFFF !important;
}

.vvv-enter,
@@ -525,6 +526,9 @@ li {
height: auto !important;
padding: 8px 12px !important;
}
.custom-tree-class >>> .el-tree-node__content:hover {
background: #E3EFFF;
}

.custom-tree-class >>> .el-tree-node__children .el-tree-node__content {
padding: 8px 18px !important;


Loading…
Cancel
Save