From 6e9625fa40c0dc10d6ed56f0c56a7ccfc77ce66b Mon Sep 17 00:00:00 2001 From: Vinjor Date: Wed, 2 Apr 2025 17:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/addr/addr-list.vue | 60 +-- pages/mine/card/my-card.vue | 453 +++++++++++++----- pages/notice/subscribe-set.vue | 16 +- .../uni-data-checkbox/uni-data-checkbox.vue | 3 +- 4 files changed, 359 insertions(+), 173 deletions(-) diff --git a/pages/mine/addr/addr-list.vue b/pages/mine/addr/addr-list.vue index c329eaf..5e040d7 100644 --- a/pages/mine/addr/addr-list.vue +++ b/pages/mine/addr/addr-list.vue @@ -19,7 +19,8 @@ {{ item.city }} {{ item.detail }} - {{ item.name }} {{ item.tel }} 默认 + {{ item.name }} {{ item.tel }} + 默认 @@ -36,14 +37,14 @@ - - + \ No newline at end of file diff --git a/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue b/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue index 30c8e5e..1443af4 100644 --- a/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue +++ b/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue @@ -544,6 +544,7 @@ // 多选样式 .checkbox__inner { + border-radius: 50%; /* #ifndef APP-NVUE */ flex-shrink: 0; box-sizing: border-box; @@ -552,7 +553,7 @@ width: 16px; height: 16px; border: 1px solid $border-color; - border-radius: 4px; + // border-radius: 4px; background-color: #fff; z-index: 1;