Преглед изворни кода

图片变形处理,网关

lianghanqiang пре 4 година
родитељ
комит
61ade34eac
4 измењених фајлова са 4 додато и 3 уклоњено
  1. BIN
      .DS_Store
  2. 2 1
      .vscode/settings.json
  3. 1 1
      buyer/src/components/Search.vue
  4. 1 1
      buyer/src/pages/Login.vue

+ 2 - 1
.vscode/settings.json

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

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

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

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

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