diff --git a/components/panel/hr.vue b/components/panel/hr.vue index a7ce33d..f82f7c3 100644 --- a/components/panel/hr.vue +++ b/components/panel/hr.vue @@ -32,14 +32,14 @@ .doc-left{ width: 43px; height: 2px; - border: 1px solid; + border-top: 1px solid; border-image: linear-gradient(270deg, rgba(255,255,255,0.20), #cccccc) 1 1; transform: rotate(180deg); } .doc-right{ width: 43px; height: 2px; - border: 1px solid; + border-top: 1px solid; border-image: linear-gradient(270deg, rgba(255,255,255,0.20), #cccccc) 1 1; } } diff --git a/components/panel/numCard.vue b/components/panel/numCard.vue index 56b1387..f8065df 100644 --- a/components/panel/numCard.vue +++ b/components/panel/numCard.vue @@ -22,7 +22,7 @@ v-for="(item, index) in list" :key="index" :style="{ - width: 'calc(100% / ' + num + ')', + width: 'calc(100% / ' + num +' - 1rpx)', }" @click="handleClick(item, index)" class="" diff --git a/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue b/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue index adce45d..3288bfc 100644 --- a/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue +++ b/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue @@ -78,7 +78,7 @@ onUnmounted(() => {