1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

[pdf viewer] added loading icon; adjusted the position of the scrollb… (#5583)

* [pdf viewer] added loading icon; adjusted the position of the scrollbar of the viewer container

* [pdf file view] fixed UI of the image in the details panel
This commit is contained in:
llj
2023-08-11 15:17:10 +08:00
committed by GitHub
parent bb2892be43
commit 5fc181a882
2 changed files with 21 additions and 4 deletions

View File

@@ -312,10 +312,11 @@ class PDFViewer extends React.Component {
</div>
</div>
<div id="loadingBar">
<div className="progress">
<span className="loading-icon loading-tip"></span>
{/*<div className="progress">
<div className="glimmer">
</div>
</div>
</div>*/}
</div>
</div>
</div>