diff --git a/src/components/composer/card/CommandButtons.vue b/src/components/composer/card/CommandButtons.vue index a1364b3..707e28a 100644 --- a/src/components/composer/card/CommandButtons.vue +++ b/src/components/composer/card/CommandButtons.vue @@ -62,22 +62,25 @@ v-if="!isControlFlow || isFirstCommandInChain" > - - + + - + 复制命令 - + {{ command.disabled ? "启用命令" : "禁用命令" @@ -85,13 +88,14 @@ - + 打印输出 @@ -262,4 +266,19 @@ export default { .body--dark .output-btn:hover { background: rgba(255, 255, 255, 0.05); } + +.more-menu { + min-width: 120px; + font-size: 12px; + opacity: 0.8; +} + +.more-menu :deep(.q-item) { + min-height: 32px; +} + +.more-menu :deep(.q-item__section--avatar) { + min-width: 24px; + padding: 0 4px; +}