Skip to content

Commit

Permalink
fix: 命令过多时换行
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Nov 24, 2023
1 parent 0091ca0 commit 992ca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/script/quick.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class ScriptQuick extends Vue {
<div v-if="scriptList.length == 0">
暂无可用命令,请在 <b v-route="'/script/list'">脚本管理</b> 页面添加命令。
</div>
<t-space size="8px">
<t-space break-line size="8px">
<template v-for="v in scriptList" :key="v.Id">
<t-button variant="outline" @click="execModal.open(machine, v)">
{{ v.Name }}
Expand Down

0 comments on commit 992ca01

Please sign in to comment.