【修改】 打包报错

This commit is contained in:
dlaren
2025-08-18 17:51:03 +08:00
parent a61eac1837
commit 7ad2ee0b67

View File

@@ -965,12 +965,12 @@ const openPoints = async () => {
}
}
/* 固定 el-dialog 高度,内容超出可滚动 */
.fixed-dialog-height >>> .el-dialog {
.fixed-dialog-height :deep(.el-dialog) {
height: 500px;
display: flex;
flex-direction: column;
}
.fixed-dialog-height >>> .el-dialog__body {
:deep(.fixed-dialog-height .el-dialog__body) {
flex: 1;
overflow: hidden;
padding: 0 20px 20px 20px;