Explorar el Código

预览Logo高度调小

Kevin Jiang hace 3 años
padre
commit
f7f92bc904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
       }