Przeglądaj źródła

图片变形处理,网关

lianghanqiang 4 lat temu
rodzic
commit
61ade34eac

BIN
.DS_Store


+ 2 - 1
.vscode/settings.json

@@ -2,5 +2,6 @@
   "cSpell.ignoreWords": [
   "cSpell.ignoreWords": [
     "cancel",
     "cancel",
     "role"
     "role"
-  ]
+  ],
+  "editor.tabSize": 2
 }
 }

+ 1 - 1
buyer/src/components/Search.vue

@@ -130,7 +130,7 @@ export default {
   position: absolute;
   position: absolute;
   left: -300px;
   left: -300px;
   top: -20px;
   top: -20px;
-  width: 130px;
+  // width: 130px;
   height: 90px;
   height: 90px;
   cursor: pointer;
   cursor: pointer;
 }
 }

+ 1 - 1
buyer/src/pages/Login.vue

@@ -372,7 +372,7 @@ export default {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     img {
     img {
-      width: 80px;
+      // width: 80px;
       cursor: pointer;
       cursor: pointer;
     }
     }
     div {
     div {