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

fix export file access log (#6944)

* fix

* update

* optimize export log

* update

* update

* update

* fomrat-update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
awu0403
2024-10-28 11:50:56 +08:00
committed by GitHub
parent 2398a66570
commit 0d877b2287
7 changed files with 278 additions and 122 deletions

View File

@@ -0,0 +1,12 @@
.seahub-io-dialog .modal-body {
height: 142px;
display: flex;
flex-direction: column;
justify-content: center;
}
.seahub-io-dialog .modal-body .seahub-io-dialog-parsing-text {
text-align: center;
margin-top: 14px;
}