瀏覽代碼

Merge branch 'main' of github.com:le5le-com/visualization-design

ananzhusen 1 年之前
父節點
當前提交
c273230aea
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 2 1
      src/views/components/Graphics.vue
  2. 3 3
      vite.config.ts

+ 2 - 1
src/views/components/Graphics.vue

@@ -1229,6 +1229,7 @@ onUnmounted(() => {
               stroke-width: 4px;
               fill: none;
               stroke-dasharray: none;
+              opacity: 1;
             }
           }
         }
@@ -1256,7 +1257,7 @@ onUnmounted(() => {
       .graphic {
         .t-image__wrapper {
           width: 100px;
-          height: 88px;
+          height: 56.25px;
           background-color: var(--color-background);
         }
       }

+ 3 - 3
vite.config.ts

@@ -29,9 +29,9 @@ export default defineConfig({
   },
   server: {
     proxy: {
-      '/image': 'https://2d.le5le.com/',
-      '/file': 'https://2d.le5le.com/',
-      '/api': 'https://2d.le5le.com/',
+      '/image': 'https://v.le5le.com/',
+      '/file': 'https://v.le5le.com/',
+      '/api': 'https://v.le5le.com/',
     },
   },
 });