From 4d5006d729634af65082b2cdd1c34fb38c9a4f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85?= <408493323@qq.com> Date: Fri, 10 Dec 2021 15:16:06 +0800 Subject: [PATCH 01/22] =?UTF-8?q?fix=20=E6=8C=89=E9=92=AE=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module/button/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/button/index.less b/src/module/button/index.less index 74be8434..4d7ef9b0 100644 --- a/src/module/button/index.less +++ b/src/module/button/index.less @@ -1,6 +1,6 @@ .layui-btn { height: 38px; - line-height: 38px; + line-height: 36px; border: 1px solid transparent; padding: 0 18px; background-color: #009688; From 522c8a1a3274ba17d98e56f6ce5535a865d40e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Sat, 11 Dec 2021 00:35:18 +0800 Subject: [PATCH 02/22] hooks module replace ecology --- example/docs/zh-CN/components/layer.md | 0 example/docs/zh-CN/guide/changelog.md | 3 ++ example/src/layouts/Layout.vue | 4 +- example/src/router/zh-CN.ts | 10 +++++ example/src/view/component.vue | 6 +++ example/src/view/ecology.vue | 58 ++++++++++++++++++++++++++ example/src/view/index.vue | 4 +- package.json | 2 +- 8 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 example/docs/zh-CN/components/layer.md create mode 100644 example/src/view/ecology.vue diff --git a/example/docs/zh-CN/components/layer.md b/example/docs/zh-CN/components/layer.md new file mode 100644 index 00000000..e69de29b diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md index ece7a912..16c0cff1 100644 --- a/example/docs/zh-CN/guide/changelog.md +++ b/example/docs/zh-CN/guide/changelog.md @@ -10,6 +10,9 @@ ::: demo