update 设备加工数量

This commit is contained in:
lb 2023-09-21 17:09:03 +08:00
parent 06fa7d40b3
commit e2a777069e
4 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

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;