Commit 385aee2a by zhaochengxiang

方块图样式调整

parent c3494cf9
...@@ -302,7 +302,7 @@ class MapContent extends React.Component { ...@@ -302,7 +302,7 @@ class MapContent extends React.Component {
if (type === 'square') { if (type === 'square') {
return ( return (
<div className='position-relative p-3 from-blueGray-200 bg-gradient-to-b' style={{ height: '100%' }}> <div className='p-3 from-blueGray-200 bg-gradient-to-b' style={{ height: '100%' }}>
{ {
type === 'square' && <> type === 'square' && <>
<div className="flex mb-3"> <div className="flex mb-3">
...@@ -339,7 +339,7 @@ class MapContent extends React.Component { ...@@ -339,7 +339,7 @@ class MapContent extends React.Component {
{({width, height}) => ( {({width, height}) => (
<VList <VList
ref={registerChild} ref={registerChild}
height={height} height={height - 34}
onRowsRendered={onRowsRendered} onRowsRendered={onRowsRendered}
rowCount={groups.length} rowCount={groups.length}
rowHeight={134} rowHeight={134}
......
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