mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 10:11:24 +00:00
* 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>
13 lines
230 B
CSS
13 lines
230 B
CSS
|
|
.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;
|
|
}
|