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 -18
View File
@@ -215,23 +215,7 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.page-shell {
display: flex;
flex-direction: column;
}
@use '@/assets/styles/components/page-shell' as pageShell;
.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.table-crud-page;
</style>
+2 -12
View File
@@ -135,17 +135,7 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.page-shell {
display: flex;
flex-direction: column;
}
@use '@/assets/styles/components/page-shell' as pageShell;
.data-table {
:deep(.el-button.is-link) {
width: 32px;
height: 32px;
border-radius: 10px;
background: rgba(53, 109, 255, 0.08);
}
}
@include pageShell.table-crud-page;
</style>
+2 -18
View File
@@ -269,23 +269,7 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.page-shell {
display: flex;
flex-direction: column;
}
@use '@/assets/styles/components/page-shell' as pageShell;
.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.table-crud-page;
</style>