1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

change move dirent search file style (#7022)

This commit is contained in:
Michael An
2024-11-11 12:31:12 +08:00
committed by GitHub
parent 9bdfdaa747
commit 0f777e04de
5 changed files with 58 additions and 43 deletions

View File

@@ -265,7 +265,11 @@ class MoveDirent extends React.Component {
return (
<Modal className='custom-modal' isOpen={true} toggle={this.toggle}>
<ModalHeader toggle={this.toggle}>
<ModalHeader toggle={this.toggle} close={
<div className="header-close-list">
<span aria-hidden="true" className="sf3-font sf3-font-x-01 comment-close-icon" onClick={this.toggle}></span>
</div>
}>
{isMultipleOperation ? this.renderTitle() : <div dangerouslySetInnerHTML={{ __html: this.renderTitle() }} className='d-flex'></div>}
{isPro && (
showSearchBar ? (