add searchable

This commit is contained in:
Timi
2025-12-08 18:47:44 +08:00
parent 71fc077726
commit 00bcbf9e63
6 changed files with 243 additions and 68 deletions

View File

@ -118,7 +118,7 @@
border-top-right-radius: 16rpx;
&.select-journal {
max-height: 80vh;
height: 80vh;
.content {
flex: 1;

View File

@ -184,6 +184,7 @@
<view class="content">
<journal-list
visible="{{archiveStep === 'select-journal'}}"
searchable="{{true}}"
type="{{type}}"
selectedId="{{selectedJournalId}}"
bind:select="onJournalListSelect"