From 758d8056dc3dbc6bf92c298aa3627e66b933b5a0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 22 五月 2025 13:25:21 +0800
Subject: [PATCH] feat: UI

---
 packages/components/src/components/Input/ChooseInput.vue |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/packages/components/src/components/Input/ChooseInput.vue b/packages/components/src/components/Input/ChooseInput.vue
index 6486c46..cd5dc00 100644
--- a/packages/components/src/components/Input/ChooseInput.vue
+++ b/packages/components/src/components/Input/ChooseInput.vue
@@ -19,19 +19,9 @@
 
 <script setup lang="ts">
 import { RectRight } from '@nutui/icons-vue-taro';
+import { Input as NutInput } from '@nutui/nutui-taro';
 
 defineOptions({
   name: 'ChooseInput',
 });
 </script>
-
-<style lang="scss">
-@import '@/styles/common.scss';
-
-.common-choose-input-icon {
-  //   width: 13px;
-  //   height: 23px;
-  margin-left: 18px;
-  color: boleGetCssVar('text-color', 'primary');
-}
-</style>

--
Gitblit v1.9.1