Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重新排列的时候会发生重叠的现象 #79

Open
kurodasense opened this issue Oct 19, 2024 · 2 comments
Open

重新排列的时候会发生重叠的现象 #79

kurodasense opened this issue Oct 19, 2024 · 2 comments

Comments

@kurodasense
Copy link

image
如图

@kurodasense
Copy link
Author

kurodasense commented Oct 19, 2024

我的代码是这样的,不知道是不是key设置错误呢

    <Waterfall v-else :list="sortedAnimeDates" :width="500" rowKey="item.date_id">
      <template #default="{ item }">
        <card-item :date="item" :key="item.date_id" />
      </template>
    </Waterfall>

@kurodasense kurodasense changed the title 排列的时候会发生重叠的现象 重新排列的时候会发生重叠的现象 Oct 19, 2024
@heikaimu
Copy link
Owner

试试把你的文字容器高度固定死

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants