fix(ui/browser): change position
This commit is contained in:
parent
8905f127dd
commit
74af901857
1 changed files with 24 additions and 20 deletions
|
@ -562,7 +562,10 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
children={List([
|
children={List([
|
||||||
<Flexbox
|
<Flexbox
|
||||||
children={List([
|
children={List([
|
||||||
<RiShareForwardBoxFill size="3rem" className="purple0-font margin-r-m" />,
|
<RiShareForwardBoxFill
|
||||||
|
size="3rem"
|
||||||
|
className="purple0-font margin-r-m"
|
||||||
|
/>,
|
||||||
<span>{dirPath}</span>,
|
<span>{dirPath}</span>,
|
||||||
])}
|
])}
|
||||||
/>,
|
/>,
|
||||||
|
@ -594,26 +597,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div id="op-bar" className="op-bar">
|
|
||||||
<div className="margin-l-m margin-r-m">{ops}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="item-list">
|
<div id="item-list">
|
||||||
<div className="breadcrumb margin-b-l">
|
|
||||||
<span
|
|
||||||
className="white-font margin-r-m"
|
|
||||||
style={{
|
|
||||||
backgroundColor: "rgba(0, 0, 0, 0.7)",
|
|
||||||
padding: "0.8rem 1rem",
|
|
||||||
fontWeight: "bold",
|
|
||||||
borderRadius: "0.5rem",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{this.props.msg.pkg.get("browser.location")}
|
|
||||||
</span>
|
|
||||||
{breadcrumb}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{this.props.browser.uploadings.size === 0 ? null : (
|
{this.props.browser.uploadings.size === 0 ? null : (
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Flexbox
|
<Flexbox
|
||||||
|
@ -678,6 +662,26 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<div className="breadcrumb margin-b-l">
|
||||||
|
<span
|
||||||
|
className="white-font margin-r-m"
|
||||||
|
style={{
|
||||||
|
backgroundColor: "rgba(0, 0, 0, 0.7)",
|
||||||
|
padding: "0.8rem 1rem",
|
||||||
|
fontWeight: "bold",
|
||||||
|
borderRadius: "0.5rem",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<RiFolder2Fill size="1.2rem" />
|
||||||
|
{/* {this.props.msg.pkg.get("browser.location")} */}
|
||||||
|
</span>
|
||||||
|
{breadcrumb}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="op-bar" className="op-bar">
|
||||||
|
<div className="margin-l-m margin-r-m margin-b-m">{ops}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Flexbox
|
<Flexbox
|
||||||
children={List([
|
children={List([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue