vue3的elementplus的dialog导致页面抖动问题

123 阅读1分钟
html,body{
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
#app{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-width: none !important;
}