瀏覽代碼

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