样式调整

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>