1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

fix: metadata group (#6447)

* fix: metadata group

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: update code

* feat: optimize code

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
Co-authored-by: 杨国璇 <ygx@192.168.124.7>
This commit is contained in:
杨国璇
2024-07-31 21:30:09 +08:00
committed by GitHub
parent 7a43fafe37
commit ff872a7f75
17 changed files with 114 additions and 133 deletions

View File

@@ -10,7 +10,6 @@
width: 100%;
height: calc(100% - 48px);
border-top: 1px solid #e8e8e8;
transform: translateZ(10px);
}
.view-mode-container {
@@ -24,6 +23,7 @@
.dir-column-view {
display: flex;
width: 100%;
height: 100%;
position: relative;
}