1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 09:21:54 +00:00

fix print bug (#6474)

This commit is contained in:
杨顺强
2024-08-02 13:35:32 +08:00
committed by GitHub
parent b24be2e812
commit 51b8706ace

View File

@@ -97,7 +97,7 @@ class FileView extends React.Component {
const { isDetailsPanelOpen } = this.state;
return (
<div className="h-100 d-flex flex-column">
<div className="file-view-header d-flex justify-content-between align-items-center">
<div className="file-view-header d-flex justify-content-between align-items-center d-print-none">
<FileInfo
isStarred={this.state.isStarred}
isLocked={this.state.isLocked}