Commit 514892dc by zhaochengxiang

bug fix

parent fc2740f4
...@@ -8,7 +8,7 @@ import VersionCompareIndex from './VersionCompareIndex' ...@@ -8,7 +8,7 @@ import VersionCompareIndex from './VersionCompareIndex'
import { defaultColumnTitles } from './VersionCompare' import { defaultColumnTitles } from './VersionCompare'
import FilterColumnAction from './FilterColumnAction' import FilterColumnAction from './FilterColumnAction'
import '../../AssetManage/add-resources.less' import './merge-to-master.less'
import './VersionCompare.less' import './VersionCompare.less'
const FC = (props) => { const FC = (props) => {
...@@ -50,7 +50,7 @@ const FC = (props) => { ...@@ -50,7 +50,7 @@ const FC = (props) => {
return ( return (
<Modal <Modal
className='add-resources' className='merge-to-master'
visible={visible} visible={visible}
footer={footer} footer={footer}
width='80%' width='80%'
......
.merge-to-master {
.tree {
height: calc(80vh - 30px);
overflow: auto;
}
.yy-tree-switcher {
width: 0 !important;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment