优化CommandConfig布局,节省空间

This commit is contained in:
fofolee
2025-02-17 01:14:31 +08:00
parent 49fdd973c1
commit 66a4283b9b
3 changed files with 77 additions and 52 deletions

View File

@@ -76,6 +76,7 @@
class="command-config-panel"
v-if="flow.id === 'main' && showCommandConfig"
:model-value="commandConfig"
from="quickcomposer"
@update:model-value="updateCommandConfig"
/>
<ComposerFlow