diff --git a/mayfly_go_web/src/store/modules/themeConfig.ts b/mayfly_go_web/src/store/modules/themeConfig.ts index 84d2505f..0f22a192 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: '#7e9192', + terminalForeground: '#d0d0d0', // ssh终端背景色 - terminalBackground: '#002833', + terminalBackground: '#1c1c1c', // ssh终端cursor色 - terminalCursor: '#268F81', + terminalCursor: '#e4c9af', terminalFontSize: 15, diff --git a/mayfly_go_web/src/views/ops/db/DbList.vue b/mayfly_go_web/src/views/ops/db/DbList.vue index b598c735..68b86185 100644 --- a/mayfly_go_web/src/views/ops/db/DbList.vue +++ b/mayfly_go_web/src/views/ops/db/DbList.vue @@ -100,9 +100,17 @@ 创建表 - - - + + + + + + +