diff --git a/dbm-ui/frontend/.vscode/settings.json b/dbm-ui/frontend/.vscode/settings.json index 1f2666a091..1e37538ab6 100644 --- a/dbm-ui/frontend/.vscode/settings.json +++ b/dbm-ui/frontend/.vscode/settings.json @@ -37,24 +37,25 @@ "preCI.localCodeCheck.checkerSet.JS": ["standard_js"], "peacock.remoteColor": "#45e35f", "bk-code-ai.enable": false, + "typescript.tsdk": "node_modules/typescript/lib", "workbench.colorCustomizations": { - "activityBar.activeBackground": "#71ea85", - "activityBar.background": "#71ea85", + "activityBar.activeBackground": "#65c89b", + "activityBar.background": "#65c89b", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#8874ea", - "activityBarBadge.foreground": "#15202b", + "activityBarBadge.background": "#945bc4", + "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#71ea85", - "statusBar.background": "#45e35f", + "sash.hoverBorder": "#65c89b", + "statusBar.background": "#42b883", "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#20d53e", - "statusBarItem.remoteBackground": "#45e35f", + "statusBarItem.hoverBackground": "#359268", + "statusBarItem.remoteBackground": "#42b883", "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#45e35f", + "titleBar.activeBackground": "#42b883", "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#45e35f99", + "titleBar.inactiveBackground": "#42b88399", "titleBar.inactiveForeground": "#15202b99" }, - "typescript.tsdk": "node_modules/typescript/lib" + "peacock.color": "#42b883" } \ No newline at end of file diff --git a/dbm-ui/frontend/src/views/db-manage/mysql/slave-rebuild/pages/page1/Index.vue b/dbm-ui/frontend/src/views/db-manage/mysql/slave-rebuild/pages/page1/Index.vue index 48e696457c..06b6cfdb4c 100644 --- a/dbm-ui/frontend/src/views/db-manage/mysql/slave-rebuild/pages/page1/Index.vue +++ b/dbm-ui/frontend/src/views/db-manage/mysql/slave-rebuild/pages/page1/Index.vue @@ -98,9 +98,7 @@