1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

optimize code (#5831)

* optimize code

* optimize code
This commit is contained in:
杨顺强
2023-12-16 11:37:32 +08:00
committed by GitHub
parent 7ce3d83cc1
commit 5c3b048065
3 changed files with 54 additions and 98 deletions

View File

@@ -50,12 +50,22 @@
.share-dialog-content .share-dialog-main .tab-pane {
height: 100%;
overflow: auto;
}
.share-list-container {
max-height: 18rem;
max-height: 20rem;
min-height: 10rem;
overflow: auto;
}
#share-link-panel .share-list-container {
max-height: 23rem;
overflow: hidden;
}
#share-link-panel .table-real-container {
height: 23rem;
overflow: auto;
}
.share-dialog-content label {