产品-线下对比页面的表格添加滚动
This commit is contained in:
parent
fc84b8dcfd
commit
ea830a6315
|
|
@ -56,6 +56,8 @@ export default class CompareDetail extends React.Component {
|
|||
</div>
|
||||
);
|
||||
};
|
||||
} else {
|
||||
item.fixed = "left";
|
||||
}
|
||||
});
|
||||
return newColumns;
|
||||
|
|
|
|||
Loading…
Reference in New Issue