From 082d9b64ad9bd5e45f0571b7bb042b30007189ac Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 14 三月 2025 17:33:43 +0800 Subject: [PATCH] cursor-default --- src/layout/component/sidebar/components/UserInformation.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/component/sidebar/components/UserInformation.vue b/src/layout/component/sidebar/components/UserInformation.vue index 8ab5bef..1fc8559 100644 --- a/src/layout/component/sidebar/components/UserInformation.vue +++ b/src/layout/component/sidebar/components/UserInformation.vue @@ -28,7 +28,7 @@ <el-input v-model="userInformationInfo.email" readonly></el-input> </el-form-item> <el-form-item label="寰俊缁戝畾" prop="wechat"> - <el-button link type="primary" v-if="userInformationInfo.isBindWechat">宸茬粦瀹�</el-button> + <el-button class="cursor-default" link type="primary" v-if="userInformationInfo.isBindWechat">宸茬粦瀹�</el-button> <div v-else id="wechat-bind"> <div v-if="bindingCodeShow" class="flex flex-col items-center justify-center"> <iframe -- Gitblit v1.9.3