forked from Gitlink/forgeplus-react
Merge pull request '合并请求页面查看文件样式' (#125) from durian/forgeplus-react:feature_repo_second_page_xiesi1 into pre_develop_dev
This commit is contained in:
commit
c73b1c9e29
|
@ -208,4 +208,8 @@ form .ant-cascader-picker, form .ant-select {
|
|||
}
|
||||
.linesContent.add{
|
||||
background: rgba(48, 232, 132, 0.15);
|
||||
}
|
||||
}
|
||||
|
||||
.mergeRequest .folders{
|
||||
width: 72rem;
|
||||
}
|
|
@ -119,7 +119,7 @@ class MergeFooter extends Component {
|
|||
|
||||
return (
|
||||
!footer_type && !comparesData || (comparesData && ((comparesData.commits && comparesData.commits.length===0)||(comparesData && !comparesData.diff)) )?"":
|
||||
<div className="main" style={{paddingTop:"0px"}}>
|
||||
<div className="main mergeRequest" style={{paddingTop:"0px"}}>
|
||||
<Spin spinning={isSpin}>
|
||||
<Tabs
|
||||
activeKey={activeKey}
|
||||
|
|
Loading…
Reference in New Issue