diff --git a/mayfly_go_web/src/store/modules/themeConfig.ts b/mayfly_go_web/src/store/modules/themeConfig.ts index a9e7d8c4..ebdb9a01 100644 --- a/mayfly_go_web/src/store/modules/themeConfig.ts +++ b/mayfly_go_web/src/store/modules/themeConfig.ts @@ -107,11 +107,11 @@ const themeConfigModule: Module = { layout: 'classic', // ssh终端字体颜色 - terminalForeground: '#c5c8c6', + terminalForeground: '#7e9192', // ssh终端背景色 - terminalBackground: '#121212', + terminalBackground: '#002833', // ssh终端cursor色 - terminalCursor: '#f0cc09', + terminalCursor: '#268F81', terminalFontSize: 15, terminalFontWeight: 'normal', diff --git a/mayfly_go_web/src/views/ops/machine/MachineList.vue b/mayfly_go_web/src/views/ops/machine/MachineList.vue index 5b5a8b0d..f86641b8 100644 --- a/mayfly_go_web/src/views/ops/machine/MachineList.vue +++ b/mayfly_go_web/src/views/ops/machine/MachineList.vue @@ -68,11 +68,6 @@ - - -