Explorar el Código

style: 抽屉弹出样式问题

kailong321200875 hace 2 años
padre
commit
16a3eef85a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;
+}