Browse Source

refactor(frontend): 调整摄影生成主图与详情窗口大小

- 将窗口宽度从 1000 调整为 1920- 将窗口高度从 630 调整为1080
panqiuyao 3 months ago
parent
commit
dce91a8790
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/src/views/Photography/shot.vue

+ 2 - 2
frontend/src/views/Photography/shot.vue

@@ -997,8 +997,8 @@ function openPhotographyDetail() {
   clientStore.ipc.removeAllListeners(icpList.utils.openMain);
   let params = {
     title: '主图与详情生成',
-    width: 1000,
-    height: 630,
+    width: 1920,
+    height: 1080,
     frame: true,
     id: "PhotographyDetail",
     url: getRouterUrl(href)