refactor: 终端记录调整

This commit is contained in:
meilin.huang
2023-12-06 13:17:50 +08:00
parent 9de8dae954
commit 790d644c34
7 changed files with 63 additions and 126 deletions

View File

@@ -114,6 +114,10 @@ const playRec = async (rec: any) => {
autoPlay: true,
speed: 1.0,
idleTimeLimit: 2,
// fit: false,
// terminalFontSize: 'small',
// cols: 100,
// rows: 33,
});
});
} finally {
@@ -141,15 +145,5 @@ const handleClose = () => {
.el-overlay .el-overlay-dialog .el-dialog .el-dialog__body {
padding: 0px !important;
}
#rc-player {
.ap-terminal {
font-size: 14px !important;
}
.ap-player {
height: 550px !important;
}
}
}
</style>