From b771bb82a8ddb0f45f3717ecaa417d86fa5851a8 Mon Sep 17 00:00:00 2001 From: Victor Bo Date: Thu, 14 Sep 2023 16:58:51 +0800 Subject: [PATCH] docs: remove extra content and modify space --- docs/components/KInput.md | 2 -- docs/example/input/sizes.svelte | 24 +++++++++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/components/KInput.md b/docs/components/KInput.md index 89e9030f..f2c66915 100644 --- a/docs/components/KInput.md +++ b/docs/components/KInput.md @@ -73,8 +73,6 @@ Add `size` attribute to change the size of Input. It supports `sm`, `md` and `lg | compositionend | The compositionend event is fired when a text composition system | `(e: CompositionEvent)=> void` | | compositionInput | Event fired when enable `useCompositionInput` | `(value: Event)=> void` | -> > > > > > > Stashed changes - ## Input Slots | Name | Description | diff --git a/docs/example/input/sizes.svelte b/docs/example/input/sizes.svelte index 77228c22..d0a89198 100644 --- a/docs/example/input/sizes.svelte +++ b/docs/example/input/sizes.svelte @@ -3,19 +3,25 @@
- - - + + +
- - - + + +
- - - + + +