Browse Source

修改样式

See999 5 years ago
parent
commit
feee1b7100
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/main/DetailsPage.vue

+ 2 - 1
src/pages/main/DetailsPage.vue View File

@@ -260,7 +260,8 @@ export default {
260 260
       margin: 17px auto 0;
261 261
     }
262 262
     @media only screen and (min-width: 415px) and (max-width: 767px) {
263
-      margin: 15px auto 0;
263
+      margin: 12px auto 0;
264
+      width: 30px;
264 265
     }
265 266
   }
266 267
 }