Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-26 16:11:12 +08:00
22 changed files with 468 additions and 282 deletions

View File

@@ -22,7 +22,7 @@
><svg-icon name="arrow-right" size="14" />
</span>
</div>
<div class="history-list" v-show="!isCollapse && showHistory">
<div class="history-list mini-scrollbar" v-show="!isCollapse && showHistory">
<div v-for="item in list" :key="item.name" class="history-item">
<div v-if="item.title" class="title">{{ item.name }}</div>
<div
@@ -307,7 +307,8 @@
> .history-list {
flex: 1;
overflow-y: auto;
width: 23.2rem;
width: 26.4rem;
padding: 0 1.5rem;
margin: 1rem auto 0;
> .history-item {
width: 100%;