1.24 雷达图,行业排名弹窗UI完善,接口对接,公司公告,新闻动态接口对接

This commit is contained in:
尚政杰
2026-01-24 17:08:16 +08:00
parent b1956561cf
commit f45e96095e
137 changed files with 1646 additions and 1966 deletions

View File

@@ -125,8 +125,7 @@
.com_list .item .gudong .back .top {
width: 100%;
display: grid;
gap: 20rpx;
grid-template-columns: 130rpx repeat(4, 1fr);
grid-template-columns: 166rpx repeat(4, 1fr);
font-size: 22rpx;
background-color: white;
}
@@ -140,3 +139,6 @@
text-overflow: ellipsis;
margin: 10rpx 0;
}
.com_list .item .gudong .back .top .child:first-child {
margin-right: 20rpx;
}