From 861199043d44ac05dd3cd818de0ec5279d98c2d4 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 21 Aug 2023 13:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/captain/captain.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subpkg/captain/captain.vue b/subpkg/captain/captain.vue index 1b91076..66dce8d 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; } }