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

change UI 1

This commit is contained in:
Michael An
2024-12-02 10:55:29 +08:00
committed by 孙永强
parent 4f87a9e477
commit 3f17045e47
8 changed files with 188 additions and 155 deletions

View File

@@ -1,5 +1,5 @@
.notification-list-dialog {
width: 720px;
width: calc(100% - 20rem);
max-width: calc(100% - 1rem);
height: calc(100% - 56px);
}
@@ -35,10 +35,26 @@
.notification-list-content .notification-modal-body {
height: 100%;
display: flex;
flex-direction: row;
min-height: 27rem;
overflow: hidden;
padding: 0;
}
.notification-list-content .notification-modal-body .notice-dialog-side {
border-right: 1px solid #eee;
display: flex;
flex: 0 0 20%;
padding: 12px 8px;
}
.notification-list-content .notification-modal-body .notice-dialog-main {
display: flex;
flex: 0 0 80%;
overflow: inherit;
}
.notification-modal-body .notification-dialog-body {
overflow: auto;
padding: 2rem 1rem;
@@ -80,22 +96,3 @@
font-size: 14px;
word-break: break-all;
}
.wechat-dialog-body {
display: flex;
justify-content: center;
padding: 3rem;
flex-direction: column;
align-items: center;
}
.wechat-dialog-message {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 1rem;
color: #666;
font-size: 14px;
}