diff --git a/subpkg/captain/captain.vue b/subpkg/captain/captain.vue index 225804d..e286574 100644 --- a/subpkg/captain/captain.vue +++ b/subpkg/captain/captain.vue @@ -37,7 +37,7 @@ + height="112.28rpx" shape="circle"> @@ -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; } }