.cip-dialog__wrapper{ &.el-dialog{ .el-dialog__header{ border-bottom: 1px solid #ddd; display: flex; align-items: center; .el-dialog__mainTitle { margin-right: 20px; } .el-dialog__subTitle { font-size: 14px; font-weight: 400; color: #555; } } .el-dialog__body{ max-height: 60vh; overflow-y: auto; overflow-x: hidden; padding-bottom: 12px; box-sizing: border-box; } .el-dialog__footer{ border-top: 1px solid #ddd; } } &.is-fullscreen.el-dialog{ .el-dialog__body{ box-sizing: border-box; height: calc(100% - 55px - 63px); max-height: calc(100% - 55px - 63px); // header 55px footer 63px } } }