Skip to content

Commit 4320039

Browse files
committed
调整预览窗口报错位置
1 parent d24ee9c commit 4320039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/instance/components/instance.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ export default {
227227
docConsole.consoleInfo.push({
228228
type: 'system-error',
229229
content: msg,
230-
row,
231-
col,
230+
row: row - 1,
231+
col: col - 4,
232232
})
233233
return void 0
234234
}

0 commit comments

Comments
 (0)