Browse Source

图片尺寸更改

bding 1 year ago
parent
commit
a1e4631cbc
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/views/cygx/loadog.vue

+ 3 - 4
src/views/cygx/loadog.vue

@@ -26,11 +26,10 @@ const props = defineProps({
   // background-color: rgba(0, 0, 0, 0.6);
   display: flex;
   justify-content: center;
-  // align-items: center;
-  padding-top: 500px;
+  align-items: center;
   img {
-    width: 270px;
-    height: 282px;
+    width: 110px;
+    height: 110px;
   }
 }
 </style>