forked from Gitlink/forgeplus-react
style
This commit is contained in:
parent
969863f5a1
commit
d62ce9a10a
|
@ -307,8 +307,8 @@ class NewMerge extends Component{
|
|||
return(
|
||||
<div className="main">
|
||||
|
||||
<h1 style={{marginLeft:15}}>创建合并请求</h1>
|
||||
<h5 style={{marginLeft:15}}>选择合并的目标分支和源分支</h5>
|
||||
<h1 className="mb10">创建合并请求</h1>
|
||||
<h5 className="mb10">选择合并的目标分支和源分支</h5>
|
||||
<div style={{display:'flex'}}>
|
||||
<div className="mergediv">
|
||||
<div>
|
||||
|
@ -330,7 +330,7 @@ class NewMerge extends Component{
|
|||
<div style={{display:this.state.iscreatemerge==='none'?'none':'block'}}>
|
||||
<Form>
|
||||
<div className="f-wrap-between mt20" style={{alignItems:"flex-start"}}>
|
||||
<div className="list-right df">
|
||||
<div className="list-right df" style={{padding:"0px"}}>
|
||||
<img class="user_img" src={getImageUrl(`images/${current_user && current_user.image_url}`)} alt=""/>
|
||||
<div className="new_context">
|
||||
<Form.Item>
|
||||
|
|
Loading…
Reference in New Issue