diff --git a/frontend/src/routers/router.ts b/frontend/src/routers/router.ts index cd3ffae7c..aa0b82442 100644 --- a/frontend/src/routers/router.ts +++ b/frontend/src/routers/router.ts @@ -5,8 +5,6 @@ let modules = import.meta.globEager('./modules/*.ts'); const xpackModules = import.meta.globEager('../xpack/frontend/routers/*.ts'); modules = { ...modules, ...xpackModules }; -console.log(modules); - const homeRouter: RouteRecordRaw = { path: '/', component: Layout, diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 64cf05e9c..a979bf636 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -400,3 +400,7 @@ html { display: inline-block; vertical-align: middle; } + +.p-ml-5 { + margin-left: 5px !important; +} diff --git a/frontend/src/views/database/mysql/conn/index.vue b/frontend/src/views/database/mysql/conn/index.vue index 8ef701047..aeac7a3e0 100644 --- a/frontend/src/views/database/mysql/conn/index.vue +++ b/frontend/src/views/database/mysql/conn/index.vue @@ -33,12 +33,10 @@ diff --git a/go.mod b/go.mod index 127e1dd2d..d3706ebf4 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,6 @@ require ( github.com/mholt/archiver/v4 v4.0.0-alpha.8 github.com/minio/minio-go/v7 v7.0.36 github.com/mojocn/base64Captcha v1.3.6 - github.com/mozillazg/go-pinyin v0.20.0 github.com/nicksnyder/go-i18n/v2 v2.1.2 github.com/opencontainers/image-spec v1.1.0-rc5 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 8626309ee..c6bd5f577 100644 --- a/go.sum +++ b/go.sum @@ -596,8 +596,6 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/mozillazg/go-httpheader v0.2.1 h1:geV7TrjbL8KXSyvghnFm+NyTux/hxwueTSrwhe88TQQ= github.com/mozillazg/go-httpheader v0.2.1/go.mod h1:jJ8xECTlalr6ValeXYdOF8fFUISeBAdw6E61aqQma60= -github.com/mozillazg/go-pinyin v0.20.0 h1:BtR3DsxpApHfKReaPO1fCqF4pThRwH9uwvXzm+GnMFQ= -github.com/mozillazg/go-pinyin v0.20.0/go.mod h1:iR4EnMMRXkfpFVV5FMi4FNB6wGq9NV6uDWbUuPhP4Yc= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=