Fix: Optimize list display and rename functionality #3221 (#9875)

### What problem does this PR solve?

Fix: Optimize list display and rename functionality #3221

- Updated the homepage search list display style and added rename
functionality
- Used the RenameDialog component for rename searches
- Optimized list height calculation
- Updated the style and layout of related pages
- fix issue #9779

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-09-02 17:43:37 +08:00
committed by GitHub
parent 4179ecd469
commit 1595cdc48f
9 changed files with 165 additions and 155 deletions

View File

@ -20,6 +20,10 @@ body {
width: 100%;
}
.vue-office-excel {
height: 100%;
}
/* Scroll bar stylings */
::-webkit-scrollbar {
width: 10px;