Commit 715da1aa by zhaochengxiang

方块图

parent 524551b1
......@@ -39,7 +39,7 @@ class SquareItem extends React.Component {
</Col>
<Col span={16} className={rightClasses} style={{ backgroundPosition: 'bottom right' }}>
<div className='flex' style={{ height: '100%', alignItems: 'center' }}>
<div>
<div className='flex-auto textOverflow'>
<div className='title textOverflow' title={title}>{title}</div>
<div className='content textOverflow' title={content}>{content}</div>
</div>
......
......@@ -7,7 +7,7 @@
.left {
height: 100%;
background: #2452B9;
border-top-color: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
......
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