diff --git a/frontend/src/views/app-store/index.scss b/frontend/src/views/app-store/index.scss index 10b54b19e..7f30e0eeb 100644 --- a/frontend/src/views/app-store/index.scss +++ b/frontend/src/views/app-store/index.scss @@ -1,16 +1,14 @@ -.app-card { +.install-card { height: 140px; margin-top: 10px; cursor: pointer; padding: 10px; .icon { - // margin-top: 10px; margin-left: 20px; } .a-detail { - // margin-top: 10px; height: 100%; width: 100%; diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index c8102ace1..891f20e73 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -59,7 +59,7 @@ -
+
diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index f7a2518bd..3b6b22802 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -92,7 +92,7 @@ diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 12e0e622d..a44b9a548 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { open: viteEnv.VITE_OPEN, proxy: { '/api/v1': { - target: 'http://172.16.10.181:9999/', + target: 'http://localhost:9999/', changeOrigin: true, }, },