style: 抽屉弹出样式问题

This commit is contained in:
xingyuv 2023-03-07 09:38:58 +08:00
parent 01971a94b4
commit 65e3652534

View File

@ -6,6 +6,11 @@
margin-left: 2px !important;
}
// 解决抽屉弹出时body宽度变化的问题
.el-popup-parent--hidden {
width: 100% !important;
}
/* nprogress 适配 element-plus 的主题色 */
#nprogress {
& .bar {