update:子应用样式错位

This commit is contained in:
2025-11-07 16:30:19 +08:00
parent 429bee56a0
commit ef872c682f

View File

@@ -22,3 +22,11 @@
--margin-large: 20px;
--margin-huge: 30px;
}
// 为了解决子应用定位样式错位
// .el-scrollbar {
// position: static !important;
// .layout-parent {
// position: static !important;
// }
// }