调整子流程标签栏样式,支持重命名

This commit is contained in:
fofolee
2025-01-21 22:26:37 +08:00
parent e0208eb119
commit db0ce31c7d
6 changed files with 180 additions and 128 deletions

View File

@@ -3,7 +3,7 @@
<!-- 主体内容 -->
<div class="composer-body row no-wrap">
<!-- 左侧命令列表 -->
<div class="col-3 command-section">
<div class="command-section" style="width: 180px">
<ComposerList :commands="availableCommands" @add-command="addCommand" />
</div>
@@ -134,7 +134,7 @@ export default defineComponent({
}
.body--dark .command-section {
background: #1d1d1d;
background: #232323;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}