vue3的elementplus的dialog导致页面抖动问题
2022-11-08 本文已影响0人
41c34b54b3b9
html,body{
width: 100% !important;
height: 100%;
overflow: hidden;
margin: 0;
}
#app{
width: 100%;
height: 100%;
overflow-y: auto;
max-width: none !important;
}
html,body{
width: 100% !important;
height: 100%;
overflow: hidden;
margin: 0;
}
#app{
width: 100%;
height: 100%;
overflow-y: auto;
max-width: none !important;
}