bug修改

This commit is contained in:
zhujiyan
2024-11-01 13:55:45 +08:00
parent c55b89376f
commit e6bbee167b
4 changed files with 59 additions and 70 deletions

View File

@@ -233,5 +233,5 @@
//解决打开dialog body容器宽度变为 calc(100% - 8px)问题
.el-popup-parent--hidden{
width: 100%;
width: 100% !important;
}