This commit is contained in:
2025-11-24 09:47:03 +08:00
parent ca47a45d33
commit 6af1a5def7

View File

@@ -4,7 +4,7 @@
<view class="card-company">
<text class="company line_1">{{ company.name }}</text>
</view>
<view class="card-bottom">
<view class="card-bottom ">
<view class="fl_box fs_14">
<view class="mar_ri10">{{company.industry}}</view>
<view>{{company.scale }}</view>
@@ -143,7 +143,7 @@ function nextDetail(company) {
}
}
.card-bottom{
margin-top: 4rpx
margin-top: 15rpx
margin-bottom: 10rpx
display: flex
justify-content: space-between