From 0e3620d8aae0ba80965f7cd99562b0aa989cc2e5 Mon Sep 17 00:00:00 2001 From: lockiechen <33082528+lockiechen@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:22:24 +0800 Subject: [PATCH] =?UTF-8?q?bugfix(input):=20Search=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=8C=89=E8=A7=84=E8=8C=83=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/components/input/readme.md | 21 +++++++++++++++++++++ src/components/input/input.vue | 6 +++--- src/ui/input.css | 7 +++++++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/example/components/input/readme.md b/example/components/input/readme.md index 6b812a6..72be753 100644 --- a/example/components/input/readme.md +++ b/example/components/input/readme.md @@ -59,6 +59,9 @@ cursor: pointer; } } + .btn-search-input { + display: flex; + } [[toc]] @@ -332,6 +335,21 @@ v-model="value" @right-icon-click="handlerIconClick"> +