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

@@ -58,7 +58,7 @@ function handleLink(item: RouteLocationMatched) {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.breadcrumb-item-title {
transition: all 0.3s;
cursor: pointer;

View File

@@ -47,4 +47,4 @@ interface Props {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -24,4 +24,4 @@ interface Props {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -21,4 +21,4 @@ interface Props {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -33,4 +33,4 @@ const dictItem = computed((): LabelValueState => {
})
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -30,4 +30,4 @@ interface Props {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -50,7 +50,7 @@ const extensions = computed(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.ͼ1 .cm-scroller) {
font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

View File

@@ -29,7 +29,7 @@ const style = computed(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.gi-flexible-box {
transition: all 0.36s;
}

View File

@@ -10,7 +10,7 @@ defineOptions({ name: 'GiFooter' })
const appStore = useAppStore()
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.gi-footer {
height: 40px;
font-size: 13px;

View File

@@ -215,7 +215,7 @@ watch(cloneForm as any, (newVal, oldVal) => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
:deep(.arco-form-item-layout-inline) {
margin-right: 0;
}

View File

@@ -149,7 +149,7 @@ const handleSelectedIcon = async (icon: string) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.container {
width: 300px;
overflow: hidden;

View File

@@ -8,7 +8,7 @@
defineOptions({ name: 'GiOption' })
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.gi-option {
width: 100%;
min-width: 120px;

View File

@@ -44,7 +44,7 @@ const handleClick = () => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.gi-option-item {
padding: 0 5px 0 10px;
height: 34px;

View File

@@ -29,4 +29,4 @@ interface Props {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -41,7 +41,7 @@ const svgClass = computed(() => {
})
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.svg-icon {
width: auto;
height: auto;

View File

@@ -219,7 +219,7 @@ const _columns = computed(() => {
defineExpose({ tableRef })
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.gi-table {
flex: 1;
display: flex;

View File

@@ -24,7 +24,7 @@ const onCopy = (data: object) => {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.json_pretty_container {
width: 100%;
height: 100%;

View File

@@ -16,4 +16,4 @@ defineOptions({ name: 'ParentView' })
const tabsStore = useTabsStore()
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -895,4 +895,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -502,4 +502,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -1335,4 +1335,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -12,4 +12,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -8,4 +8,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -18,4 +18,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>

View File

@@ -17,4 +17,4 @@
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style scoped lang="scss"></style>