style: 抽屉弹出样式问题
This commit is contained in:
parent
01971a94b4
commit
65e3652534
@ -6,6 +6,11 @@
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
|
||||
// 解决抽屉弹出时,body宽度变化的问题
|
||||
.el-popup-parent--hidden {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* nprogress 适配 element-plus 的主题色 */
|
||||
#nprogress {
|
||||
& .bar {
|
||||
|
Loading…
Reference in New Issue
Block a user