From 7a0ffb0048adeda9ebfbca1d0b525eb224c173e3 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 29 八月 2025 17:00:16 +0800 Subject: [PATCH] 修改组件 --- src/pages/cooperativeOffice/collaborativeApproval/contactSelect.vue | 53 +---------------------------------------------------- 1 files changed, 1 insertions(+), 52 deletions(-) diff --git a/src/pages/cooperativeOffice/collaborativeApproval/contactSelect.vue b/src/pages/cooperativeOffice/collaborativeApproval/contactSelect.vue index 88282db..9259068 100644 --- a/src/pages/cooperativeOffice/collaborativeApproval/contactSelect.vue +++ b/src/pages/cooperativeOffice/collaborativeApproval/contactSelect.vue @@ -30,7 +30,7 @@ <view class="contact-details"> <text class="contact-name">{{ selectedContact.nickName }}</text> </view> - <u-icon name="close" size="16" color="#999" @click="clearSelected" /> + <van-icon name="cross" size="16" color="#999" @click="clearSelected" /> </view> </view> @@ -387,56 +387,5 @@ transform: scale(1.2); opacity: 0; } -} -</style> - -<style lang="scss"> -/* 鏇存柊鏍峰紡绫诲悕 */ -:deep(.u-radio) { - .u-radio__icon { - width: 20px; - height: 20px; - border: 2px solid #ddd; - border-radius: 50%; - background: #fff; - position: relative; - transition: all 0.2s; - - &::before { - content: ''; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%) scale(0); - width: 8px; - height: 8px; - background: #006cfb; - border-radius: 50%; - transition: transform 0.2s; - } - } - - &.u-radio--checked { - .u-radio__icon { - border-color: #006cfb; - background: #fff; - - &::before { - transform: translate(-50%, -50%) scale(1); - } - - &::after { - content: ''; - position: absolute; - top: -2px; - left: -2px; - right: -2px; - bottom: -2px; - border: 2px solid rgba(0, 108, 251, 0.2); - border-radius: 50%; - animation: ripple 0.6s ease-out; - } - } - } } </style> \ No newline at end of file -- Gitblit v1.9.3