💄 修改样式.
This commit is contained in:
@@ -63,6 +63,7 @@ export const LogAppenderOptions: ITerminalOptions & ITerminalInitOnlyOptions = {
|
||||
lineHeight: 1.12,
|
||||
convertEol: true,
|
||||
allowProposedApi: true,
|
||||
fontFamily: 'Courier New, Monaco, courier, monospace',
|
||||
};
|
||||
|
||||
// dom 引用
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
// 确定
|
||||
const handlerOk = () => {
|
||||
setVisible(false);
|
||||
console.log(cronExpression.value);
|
||||
console.log('ok', cronExpression.value);
|
||||
emits('ok', cronExpression.value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user