This commit is contained in:
weipengfei 2023-08-21 11:49:49 +08:00
parent 9e04bb723a
commit f897241521
2 changed files with 9 additions and 8 deletions

View File

@ -66,7 +66,7 @@
<view class="left">
<view class="cir">
<u--image class="u_avatar" :showLoading="true" :src=" '../../static/img/company/DAGL.png'"
width="112.28rpx" height="112.28rpx" shape="circle"></u--image>
width="112.28rpx" height="112.28rpx"></u--image>
</view>
</view>
@ -287,6 +287,7 @@
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.card_content {
@ -303,14 +304,14 @@
width: 160rpx;
// background-color: $theme-oa-color;
color: white;
border-radius: 40rpx;
// border-radius: 40rpx;
.cir {
width: 120rpx;
height: 120rpx;
background-color: #ffffff;
margin-left: 25rpx;
border-radius: 120rpx;
// border-radius: 120rpx;
position: relative;
}
}

View File

@ -27,7 +27,7 @@
<view class="card" v-for="(item, index) in list" :key="item.id"
@click="navTo('/subpkg/archives/archives?id='+item.id)">
<view class="card_head">
<text style="font-size: 34rpx;">最后更新: {{item.update_time}}</text>
<text style="font-size: 34rpx;">最后更新: {{item.informationg_update_time.split(' ')[0]}}</text>
<text>{{'管理户数: '+item.informationg_count+" 户"}}<u-icon
style="display: inline-block;margin-left: 10rpx;" color="white"
name="arrow-right"></u-icon></text>
@ -37,7 +37,7 @@
<view class="cir">
<u--image class="u_avatar" :showLoading="true"
:src="item.avatar||'../../static/img/public/man.png'" width="112.28rpx"
height="112.28rpx" shape="circle"></u--image>
height="112.28rpx"></u--image>
</view>
<view style="margin-top: 40rpx;">
@ -207,7 +207,7 @@
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.card_content {
@ -223,14 +223,14 @@
width: 170rpx;
background-color: $theme-oa-color;
color: white;
border-radius: 40rpx;
// border-radius: 40rpx;
.cir {
width: 120rpx;
height: 120rpx;
background-color: #ffffff;
margin-left: 25rpx;
border-radius: 120rpx;
// border-radius: 120rpx;
position: relative;
}
}