Explorar o código

fixed bugs: menu, back-button

Patrick Bozic %!s(int64=5) %!d(string=hai) anos
pai
achega
43919e6b20

+ 2 - 1
sh_museum/src/pages/layout/aside.vue

@@ -165,6 +165,7 @@ input::placeholder {
     display: flex;
     width: 100vw;
     height: 10vh;
+    padding: 0 10px;
     align-items: center;
     justify-content: space-between;
 
@@ -174,7 +175,7 @@ input::placeholder {
 
       img {
         width: 16vw;
-        height: auto;
+        height: 16vw;
         padding: 10px 5px 5px 5px;
       }
     }

+ 1 - 1
sh_museum/src/pages/parts/index.vue

@@ -1,8 +1,8 @@
 <template>
   <div class="wrapper">
     <div class="mobileLayout" v-if="isMobile">
-      <img class="back-icon" @click="$router.push({path:'/'})" :src="`${$cdn}images/back-icon.png`" alt="">
       <div class="p-con">
+      <img class="back-icon" @click="$router.push({path:'/list'})" :src="`${$cdn}images/back-icon.png`" alt="">
         <div class="p-detail">
           <div class="p-title" ref="ptil">
             <span>{{activeItem.name}}</span>