feat:更新账单搜索模块

This commit is contained in:
2025-11-11 09:35:49 +08:00
parent e875a8e2d5
commit 5ec0781a53
10 changed files with 86 additions and 53 deletions

View File

@@ -32,5 +32,12 @@
display: flex;
flex-direction: column;
gap: 10px;
.search-result-title {
align-self: flex-end;
display: flex;
gap: 10px;
}
}
}