diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 9d817a9..3086e2b 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -117,7 +117,6 @@ >脚本及输出编码设置 - - (quickcommandInfo.cmd = val)" :style="{ top: languageBarHeight + 'px', - left: editorLeft, + left: this.action.type === 'run' ? 0 : this.sideBarWidth + 'px', transition: '0.3s', }" /> - - ctrl + s 保存 - ctrl + b 运行 - alt + z 自动换行 - + +