Skip to content

empty content placeholder of table with nzScroll directive in a modal is not centered #5526

Answered by wenqi73
reallyimeric asked this question in Q&A
Discussion options

You must be logged in to vote

@reallyimeric This is due to the animation, you need to cancel the animation:

 <nz-modal nzNoAnimation>...</nz-modal>

or

modalService.create({
  nzNoAnimation: true
})

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@werts
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@zzzMaple
Comment options

@xiexumei
Comment options

@1wkk
Comment options

Answer selected by vthinkxie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #5526 on October 23, 2020 09:45.