商品列表新增绑定耗材

This commit is contained in:
gyq
2024-09-24 13:47:09 +08:00
parent 673afeb5f3
commit 5c47408c96
7 changed files with 621 additions and 577 deletions

View File

@@ -159,7 +159,7 @@
height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
height: calc(100% - 50px);
height: calc(100% - 110px);
}
#app .sidebar-container .is-horizontal {
display: none;

View File

@@ -39,7 +39,7 @@
&.has-logo {
.el-scrollbar {
height: calc(100% - 50px);
height: calc(100% - 110px);
}
}