Commit 65e36525 by xingyuv

style: 抽屉弹出样式问题

parent 01971a94
......@@ -6,6 +6,11 @@
margin-left: 2px !important;
}
// 解决抽屉弹出时,body宽度变化的问题
.el-popup-parent--hidden {
width: 100% !important;
}
/* nprogress 适配 element-plus 的主题色 */
#nprogress {
& .bar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment