From 0df6e2d32260a40902b2984880ffc9a7b112d105 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 29 十二月 2025 15:35:21 +0800
Subject: [PATCH] fix: bug
---
packages/components/src/Input/ChooseLocationInput.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/components/src/Input/ChooseLocationInput.vue b/packages/components/src/Input/ChooseLocationInput.vue
index 968d011..d03c146 100644
--- a/packages/components/src/Input/ChooseLocationInput.vue
+++ b/packages/components/src/Input/ChooseLocationInput.vue
@@ -16,7 +16,7 @@
</template>
<template #right>
<slot name="right">
- <img :src="IconLocation" class="choose-location-input-icon" />
+ <!-- <img :src="IconLocation" class="choose-location-input-icon" /> -->
</slot>
</template>
</nut-input>
--
Gitblit v1.10.0