Commit 1c5ffca4 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

按钮顺序调整

parent 7a50fc91
...@@ -32,8 +32,8 @@ const command_available = computed(()=>{ ...@@ -32,8 +32,8 @@ const command_available = computed(()=>{
<NextButton v-show="!edit_mode" /> <NextButton v-show="!edit_mode" />
<CommandButton v-show="command_available && edit_mode" /> <CommandButton v-show="command_available && edit_mode" />
<br v-show="!edit_mode"> <br v-show="!edit_mode">
<NextBreakpoint v-show="!edit_mode" />
<PrevBreakpoint v-show="!edit_mode" /> <PrevBreakpoint v-show="!edit_mode" />
<NextBreakpoint v-show="!edit_mode" />
</div> </div>
</template> </template>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment