1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

feat: details (#6484)

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-08-02 22:31:46 +08:00
committed by GitHub
parent 5c2f05ee8d
commit 6ed1fe58bc
33 changed files with 680 additions and 331 deletions

View File

@@ -2,45 +2,6 @@
flex: 1;
display: flex;
flex-direction: column;
border-left: 1px solid #e8e8e8;
}
.detail-header {
position: relative;
display: flex;
align-items: center;
justify-content: center;
line-height: 2.5rem;
background-color: #f9f9f9;
border-bottom: 1px solid #e8e8e8;
height: 40px;
}
.detail-header .detail-control {
padding-left: 0.5rem;
font-size: 16px;
color: #b9b9b9;
}
.detail-header .detail-control:hover {
color: #888;
}
.detail-header .detail-title {
margin-left: 0.25rem;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
width: 0; /* prevent strut flex layout */
}
.detail-header .detail-title .name {
margin: 0 0.5rem 0 0.25rem;
line-height: 1.5rem;
vertical-align: middle;
font-size: 1rem;
color: #212529;
}
.detail-body {

View File

@@ -183,7 +183,7 @@
position: absolute;
right: 0;
background-color: #fff;
width: 300px;
width: 400px;
height: 100%;
box-shadow: -1px 0 3px 0 #ccc;
animation: move .5s ease-in-out 1;