设备监控二级页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user