Browse Source

预览Logo高度调小

Kevin Jiang 2 years ago
parent
commit
f7f92bc904
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportPreview/ReportPreviewView.vue

+ 1 - 1
src/views/reportPreview/ReportPreviewView.vue

@@ -102,7 +102,7 @@ onMounted(() => {
         text-align: center;
 
         img {
-          width: 200px;
+          height: 75px;
         }
       }