소스 검색

Update index.tsx

lex 2 년 전
부모
커밋
3f0fdf7b5f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/mine-orchestra/orchestra-deeds/index.tsx

+ 2 - 2
src/views/mine-orchestra/orchestra-deeds/index.tsx

@@ -99,11 +99,11 @@ export default defineComponent({
     onMounted(() => {
       getList()
     })
-    const swipeRef = ref()
+    const swipeRef = ref([])
     return () => (
       <div
         class={[styles.orchestraStory, !state.listState.dataShow && 'emptyRootContainer']}
-        style={{ height: '100%', minHeight: 'auto' }}
+        style={{ overflowY: 'auto' }}
       >
         {state.listState.dataShow ? (
           <List