This commit is contained in:
xuyuncong 2025-10-13 10:34:10 +08:00
parent c8556fa630
commit 9d16d707b4

View File

@ -63,11 +63,17 @@
<view class="user_ramk">服务{{ items.totalCount }}</view>
</view>
<view class="user_right">
<view class="user_kar" v-for="(item,index) in items.children" :key="index">
<view class="">{{ item.projectName }}</view>
<view>
<view class="user_kar_1" v-for="(item,index) in items.children" :key="index">
<view class="user_kar_1_c">
<view class="">{{ item.projectName }}</view>
<view class="num_">{{ item.count }}</view>
</view>
<view class="user_kar_1_c">
<view class="">产值</view>
<view class="num_">{{ item.outputValue }}</view>
</view>
<view class="user_kar_1_c">
<view class="">占比</view>
<view class="num_1">{{ item.percentage }}%</view>
</view>
</view>
@ -519,6 +525,26 @@
margin-bottom: 10rpx;
}
.user_kar_1 {
width: 230rpx;
/* height: 80rpx; */
background: #F9F9FC;
border-radius: 8rpx;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 30rpx;
font-weight: 400;
font-size: 26rpx;
color: #6D7377;
margin-bottom: 10rpx;
}
.user_kar_1_c {
display: flex;
justify-content: space-between;
}
.num_ {
font-weight: 600;
font-size: 28rpx;