Commit 514892dc by zhaochengxiang

bug fix

parent fc2740f4
......@@ -8,7 +8,7 @@ import VersionCompareIndex from './VersionCompareIndex'
import { defaultColumnTitles } from './VersionCompare'
import FilterColumnAction from './FilterColumnAction'
import '../../AssetManage/add-resources.less'
import './merge-to-master.less'
import './VersionCompare.less'
const FC = (props) => {
......@@ -50,7 +50,7 @@ const FC = (props) => {
return (
<Modal
className='add-resources'
className='merge-to-master'
visible={visible}
footer={footer}
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