refactor: 优化系统监控、代码生成、任务调度相关代码

This commit is contained in:
2024-11-17 14:22:08 +08:00
parent 4edbe54fe3
commit 0bd0ff5e21
122 changed files with 365 additions and 338 deletions

View File

@@ -200,7 +200,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.arco-card-body) {
padding-bottom: 0;
}

View File

@@ -93,7 +93,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.content {
display: flex;
align-items: center;

View File

@@ -40,4 +40,4 @@ import AccessTimeslot from '@/views/dashboard/analysis/components/AccessTimeslot
defineOptions({ name: 'Analysis' })
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -19,7 +19,7 @@ import { goodTimeText } from '@/utils'
const userStore = useUserStore()
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.arco-statistic-title) {
margin-bottom: 0;
}

View File

@@ -48,7 +48,7 @@ import Docs from './components/Docs.vue'
defineOptions({ name: 'Workplace' })
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.container {
display: flex;
}