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

@@ -46,7 +46,7 @@ const onClickItem = (item: FileTypeListItem) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.arco-card) {
.arco-card-header {
border-bottom-style: dashed;

View File

@@ -109,7 +109,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.statistic-space {
display: flex;
justify-content: center;

View File

@@ -84,7 +84,7 @@ const handleRightMenuClick = (mode: string, item: FileItem) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.file-grid {
flex: 1;
margin-top: 12px;

View File

@@ -32,7 +32,7 @@ const getFileImg = computed<string>(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.file-image {
width: 100%;
height: 100%;

View File

@@ -115,7 +115,7 @@ const handleRightMenuClick = (mode: string, item: FileItem) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.arco-table-td .arco-table-cell) {
padding-top: 0;
padding-bottom: 0;

View File

@@ -30,7 +30,7 @@ const onClickItem = (mode: string) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.shadow {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
border-radius: 4px;

View File

@@ -260,7 +260,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.file-main {
height: 100%;
background: var(--color-bg-1);