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;