Commit c66f10fd authored by Aivs's avatar Aivs

fix:戈友圈暂无数据

parent 40d93259
......@@ -311,4 +311,12 @@
}
.mgr50{
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 = {
<div className="more" onClick={testClick}><RightOutlined /></div>
</div>
<div className="order">
{
<div className="noData">暂无数据</div>
{/* {
gyqList.map((item:any,idx:number)=>
<div className={(idx<gyqList.length-1)?'lineD9 flex spaceBetween':'flex spaceBetween'}>
<span className="blackWord">{item.name}</span>
......@@ -456,7 +457,7 @@ const layout = {
</p>
</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