Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
3f0fdf7b5f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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