任一存 1 年間 前
コミット
ca95414794

BIN
src/assets/images/museum/scene-3-cover-hover.png


BIN
src/assets/images/museum/scene-3-cover-normal.png


+ 2 - 2
src/components/IframeWrap.vue

@@ -87,8 +87,8 @@ const props = defineProps({
   }
   >button.back{
     position: absolute;
-    left: 15px;
-    top: 20px;
+    right: 10px;
+    top: 50px;
     width: 60px;
     height: 60px;
     background-image: url(@/assets/images/icon_back.png);

+ 2 - 1
src/views/MuseumView.vue

@@ -3,7 +3,8 @@
     v-if="showIframe"
     class="iframe-wrap"
     :url="iframeUrl"
-    :need-back-btn="false"
+    :need-back-btn="true"
+    @back="showIframe = false"
   />
 
   <div