소스 검색

搞搞搞

任一存 2 년 전
부모
커밋
8eefa0e14b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/Interaction.vue
  2. 1 1
      src/views/LongImage.vue

+ 1 - 1
src/components/Interaction.vue

@@ -60,7 +60,7 @@ watch(current, () => {
   bottom: 1rem;
   left: 3rem;
   display: flex;
-  // pointer-events: none;
+  pointer-events: none;
   .dialog {
     max-width: 30rem;
     background-color: rgba(255, 244, 220, 0.6);

+ 1 - 1
src/views/LongImage.vue

@@ -192,7 +192,7 @@ const currentTimeIdx = ref(0);
 const instance = getCurrentInstance()
 const globalProperties = instance.appContext.app.config.globalProperties
 
-const itemW = computed(() => 280)
+const itemW = computed(() => 285)
 
 const isShowDir = ref(false)
 const isShowGuide = ref(false)