update 重构 将scss文件拆解 按具体功能细分文件 便于后续维护

This commit is contained in:
疯狂的狮子Li
2026-03-25 12:06:46 +08:00
parent 1fb116f059
commit 9f577be6ff
52 changed files with 2830 additions and 2987 deletions
+2 -28
View File
@@ -703,33 +703,7 @@ async function handleDeptChange(value: number | string) {
</script>
<style lang="scss" scoped>
.page-shell {
display: flex;
flex-direction: column;
}
@use '@/assets/styles/components/page-shell' as pageShell;
.content-main {
display: flex;
flex-direction: column;
gap: 12px;
}
.dept-tree {
padding-top: 6px;
}
.data-table {
:deep(.el-button.is-link) {
width: 32px;
height: 32px;
border-radius: 10px;
background: rgba(53, 109, 255, 0.08);
}
}
@media (max-width: 900px) {
.toolbar-shell {
align-items: flex-start;
}
}
@include pageShell.tree-table-crud-page;
</style>