设备监控二级页面

This commit is contained in:
zhujiyan
2024-07-23 17:28:31 +08:00
parent 76cd3461b3
commit 93b7a9ed4d
13 changed files with 2093 additions and 874 deletions

View File

@@ -853,6 +853,7 @@ onMounted(() => {})
display: flex;
justify-content: flex-start;
overflow: auto;
height: 45px;
// flex-wrap: wrap;
.el-form-item {
flex: none;
@@ -863,15 +864,16 @@ onMounted(() => {})
}
}
#history_select::-webkit-scrollbar {
width: 0 !important;
display: none !important;
}
// #history_select::-webkit-scrollbar {
// width: 0 !important;
// display: none !important;
// }
.history_searchBtn {
flex: 1;
display: flex;
justify-content: flex-end;
margin-top: 3px;
}
}