mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-04 21:55:48 +08:00
refactor: 终端记录调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user