소스 검색

style: 抽屉弹出样式问题

kailong321200875 2 년 전
부모
커밋
16a3eef85a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/styles/index.less

+ 5 - 0
src/styles/index.less

@@ -1,2 +1,7 @@
 @import './var.css';
 @import 'element-plus/theme-chalk/dark/css-vars.css';
+
+// 解决抽屉弹出时,body宽度变化的问题
+.el-popup-parent--hidden {
+  width: 100% !important;
+}