更新
This commit is contained in:
parent
9e04bb723a
commit
f897241521
@ -66,7 +66,7 @@
|
|||||||
<view class="left">
|
<view class="left">
|
||||||
<view class="cir">
|
<view class="cir">
|
||||||
<u--image class="u_avatar" :showLoading="true" :src=" '../../static/img/company/DAGL.png'"
|
<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>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -287,6 +287,7 @@
|
|||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_content {
|
.card_content {
|
||||||
@ -303,14 +304,14 @@
|
|||||||
width: 160rpx;
|
width: 160rpx;
|
||||||
// background-color: $theme-oa-color;
|
// background-color: $theme-oa-color;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 40rpx;
|
// border-radius: 40rpx;
|
||||||
|
|
||||||
.cir {
|
.cir {
|
||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
height: 120rpx;
|
height: 120rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin-left: 25rpx;
|
margin-left: 25rpx;
|
||||||
border-radius: 120rpx;
|
// border-radius: 120rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<view class="card" v-for="(item, index) in list" :key="item.id"
|
<view class="card" v-for="(item, index) in list" :key="item.id"
|
||||||
@click="navTo('/subpkg/archives/archives?id='+item.id)">
|
@click="navTo('/subpkg/archives/archives?id='+item.id)">
|
||||||
<view class="card_head">
|
<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
|
<text>{{'管理户数: '+item.informationg_count+" 户"}}<u-icon
|
||||||
style="display: inline-block;margin-left: 10rpx;" color="white"
|
style="display: inline-block;margin-left: 10rpx;" color="white"
|
||||||
name="arrow-right"></u-icon></text>
|
name="arrow-right"></u-icon></text>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<view class="cir">
|
<view class="cir">
|
||||||
<u--image class="u_avatar" :showLoading="true"
|
<u--image class="u_avatar" :showLoading="true"
|
||||||
:src="item.avatar||'../../static/img/public/man.png'" width="112.28rpx"
|
: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>
|
||||||
|
|
||||||
<view style="margin-top: 40rpx;">
|
<view style="margin-top: 40rpx;">
|
||||||
@ -207,7 +207,7 @@
|
|||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_content {
|
.card_content {
|
||||||
@ -223,14 +223,14 @@
|
|||||||
width: 170rpx;
|
width: 170rpx;
|
||||||
background-color: $theme-oa-color;
|
background-color: $theme-oa-color;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 40rpx;
|
// border-radius: 40rpx;
|
||||||
|
|
||||||
.cir {
|
.cir {
|
||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
height: 120rpx;
|
height: 120rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin-left: 25rpx;
|
margin-left: 25rpx;
|
||||||
border-radius: 120rpx;
|
// border-radius: 120rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user