Topic: Background flashes two times when popup modal with element ui table

houcheng premium asked 2 years ago


Below is my code, a simple modal with element-ui on it.

  m-modal(:show="modal" @close="modal = false" centered)
  m-modal-body
    el-table(:data='queriedData' row-key="id")
      el-table-column(label="Node name" prop='iess' min-width="260")

When the modal shows, it seems struggles and tries two times bounces for putting itselft on the screen. I can see the background flashes two times when popping up the modal.

Any one has the similar problem or what should I do to avoid the "flash" ? Thank you.


Mikołaj Smoleński staff commented 2 years ago

We read about such issue for the first time. Are you able to recreate it with the snippets editor?

Keep coding, Mikołaj from MDB



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Premium
  • Premium support: Yes
  • Technology: MDB Vue
  • MDB Version: MDB4 6.7.2
  • Device: desktop
  • Browser: chrome
  • OS: windows 10
  • Provided sample code: No
  • Provided link: No