diff --git a/subpkg/archives/archives.vue b/subpkg/archives/archives.vue index 70951d3..97611e0 100644 --- a/subpkg/archives/archives.vue +++ b/subpkg/archives/archives.vue @@ -66,7 +66,7 @@ + width="112.28rpx" height="112.28rpx"> @@ -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; } } diff --git a/subpkg/captain/captain.vue b/subpkg/captain/captain.vue index e917310..f3906f1 100644 --- a/subpkg/captain/captain.vue +++ b/subpkg/captain/captain.vue @@ -27,7 +27,7 @@ - 最后更新: {{item.update_time}} + 最后更新: {{item.informationg_update_time.split(' ')[0]}} {{'管理户数: '+item.informationg_count+" 户"}} @@ -37,7 +37,7 @@ + height="112.28rpx"> @@ -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; } }