Przeglądaj źródła

update 设备加工数量

pull/30/head
lb 1 rok temu
rodzic
commit
e2a777069e
4 zmienionych plików z 5 dodań i 1 usunięć
  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 Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 48  |  Rozmiar: 710 B

BIN
src/assets/images/tree-icon-1.png Wyświetl plik

Przed Po
Szerokość: 150  |  Wysokość: 150  |  Rozmiar: 2.0 KiB

BIN
src/assets/images/tree-icon-2.png Wyświetl plik

Przed Po
Szerokość: 127  |  Wysokość: 127  |  Rozmiar: 3.2 KiB

+ 5
- 1
src/views/monitoring/equipmentProcessAmount/index.vue Wyświetl plik

@@ -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;


Ładowanie…
Anuluj
Zapisz