mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
样式调整
This commit is contained in:
@@ -176,17 +176,15 @@
|
||||
<q-dialog
|
||||
v-model="isCommandEditorShow"
|
||||
persistent
|
||||
:maximized="maximizedToggle"
|
||||
maximized
|
||||
:transition-show="newCommandDirect ? '' : 'slide-up'"
|
||||
transition-hide="slide-down"
|
||||
>
|
||||
<q-card style="overfolw: hidden">
|
||||
<CommandEditor
|
||||
ref="commandEditor"
|
||||
:action="commandEditorAction"
|
||||
@editorEvent="editorEvent"
|
||||
></CommandEditor>
|
||||
</q-card>
|
||||
<CommandEditor
|
||||
ref="commandEditor"
|
||||
:action="commandEditorAction"
|
||||
@editorEvent="editorEvent"
|
||||
></CommandEditor>
|
||||
</q-dialog>
|
||||
<CommandRunResult
|
||||
:action="{ type: 'config' }"
|
||||
@@ -227,7 +225,6 @@ export default {
|
||||
allQuickCommands: [],
|
||||
commandSearchKeyword: "",
|
||||
isCommandEditorShow: false,
|
||||
maximizedToggle: true,
|
||||
commandEditorAction: {},
|
||||
footerBarHeight: "40px",
|
||||
commandCardStyle: this.$profile.commandCardStyle,
|
||||
|
Reference in New Issue
Block a user