From 4f7064c5b89c8960f74d71169a15e7eb81eb3781 Mon Sep 17 00:00:00 2001 From: jixinbao Date: Sat, 6 Jan 2024 15:59:30 +0800 Subject: [PATCH] style: format template --- docs/component/uniui/uni-easyinput.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/component/uniui/uni-easyinput.md b/docs/component/uniui/uni-easyinput.md index 3736229b5..35ed27437 100644 --- a/docs/component/uniui/uni-easyinput.md +++ b/docs/component/uniui/uni-easyinput.md @@ -40,14 +40,16 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组 ``` ### 插槽 - 设置 `right` 属性来设置右侧内容 插槽。 - ```html - - - - ``` + +设置 `right` 属性来设置右侧内容 插槽。 + +```html + + + +``` ### 输入框禁用 -- GitLab