Commit c66f10fd authored by Aivs's avatar Aivs

fix:戈友圈暂无数据

parent 40d93259
...@@ -312,3 +312,11 @@ ...@@ -312,3 +312,11 @@
.mgr50{ .mgr50{
margin-right: 30px; margin-right: 30px;
} }
.noData{
font-size: 12px;
font-weight: 400;
color: #A5ADB3;
line-height: 17px;
padding:34px 0;
text-align: center;
}
\ No newline at end of file
...@@ -446,7 +446,8 @@ const layout = { ...@@ -446,7 +446,8 @@ const layout = {
<div className="more" onClick={testClick}><RightOutlined /></div> <div className="more" onClick={testClick}><RightOutlined /></div>
</div> </div>
<div className="order"> <div className="order">
{ <div className="noData">暂无数据</div>
{/* {
gyqList.map((item:any,idx:number)=> gyqList.map((item:any,idx:number)=>
<div className={(idx<gyqList.length-1)?'lineD9 flex spaceBetween':'flex spaceBetween'}> <div className={(idx<gyqList.length-1)?'lineD9 flex spaceBetween':'flex spaceBetween'}>
<span className="blackWord">{item.name}</span> <span className="blackWord">{item.name}</span>
...@@ -456,7 +457,7 @@ const layout = { ...@@ -456,7 +457,7 @@ const layout = {
</p> </p>
</div> </div>
) )
} } */}
</div> </div>
</div> </div>
......
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