【修改】 打包报错
This commit is contained in:
@@ -965,12 +965,12 @@ const openPoints = async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* 固定 el-dialog 高度,内容超出可滚动 */
|
/* 固定 el-dialog 高度,内容超出可滚动 */
|
||||||
.fixed-dialog-height >>> .el-dialog {
|
.fixed-dialog-height :deep(.el-dialog) {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.fixed-dialog-height >>> .el-dialog__body {
|
:deep(.fixed-dialog-height .el-dialog__body) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 20px 20px 20px;
|
padding: 0 20px 20px 20px;
|
||||||
|
Reference in New Issue
Block a user