Skip to content

Commit 65e3652

Browse files
committed
style: 抽屉弹出样式问题
1 parent 01971a9 commit 65e3652

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
margin-left: 2px !important;
77
}
88

9+
// 解决抽屉弹出时,body宽度变化的问题
10+
.el-popup-parent--hidden {
11+
width: 100% !important;
12+
}
13+
914
/* nprogress 适配 element-plus 的主题色 */
1015
#nprogress {
1116
& .bar {

0 commit comments

Comments
 (0)