样式调整

This commit is contained in:
2025-01-06 14:02:22 +08:00
parent c4e2da8d67
commit a4b96066e0
10 changed files with 302 additions and 1052 deletions

View File

@@ -599,7 +599,7 @@ const sortTable = ({
//顶部功能切换时修改activeTabs
const changeActiveTabs = (val: number,val2: number,tabledata:any[]) => {
form.value.activeTabs = val;
form.value.activeChildTabs= val2;
deviceData.value = tabledata;
@@ -989,4 +989,7 @@ defineExpose({ changeActiveTabs });
}
}
}
:deep(.card){
border: 0 !important;
}
</style>

View File

@@ -113,13 +113,10 @@ defineExpose({ getTreeData })
</script>
<style lang='scss' scoped>
.plan_tree {
// width: 200px;
height: 100%;
display: flex;
flex-direction: column;
padding: 5px;
// height: calc(100% - 70px);
background-color: #ffffff;
background-color: #fff;
.search_view {
width: 100%;
@@ -162,7 +159,7 @@ defineExpose({ getTreeData })
display: inline-block;
overflow: auto;
margin-top: 12px;
}
//.filter-tree span {