+
From e22c5219806a2f741ecd7494238fb992c7e52981 Mon Sep 17 00:00:00 2001
From: sight <1453017105@qq.com>
Date: Fri, 31 Dec 2021 19:03:11 +0800
Subject: [PATCH 05/18] =?UTF-8?q?fix(mdAnchor):=20=E6=8A=98=E5=8F=A0md?=
=?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=90=8E=E5=88=87=E6=8D=A2=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E7=BC=A9=E6=94=BE=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
example/src/components/LayAnchor.vue | 76 +++++++++++++++++++++-------
1 file changed, 58 insertions(+), 18 deletions(-)
diff --git a/example/src/components/LayAnchor.vue b/example/src/components/LayAnchor.vue
index 7ea92c3f..e77b7dc5 100644
--- a/example/src/components/LayAnchor.vue
+++ b/example/src/components/LayAnchor.vue
@@ -33,7 +33,7 @@
From ab0014a556baa69287c0f2e04b99ad9303866a06 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: Mon, 3 Jan 2022 00:04:05 +0800
Subject: [PATCH 10/18] =?UTF-8?q?=E4=BC=98=E5=8C=96=20anchor=20=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
example/src/components/LayAnchor.vue | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/example/src/components/LayAnchor.vue b/example/src/components/LayAnchor.vue
index 3a0c06a2..d32891b6 100644
--- a/example/src/components/LayAnchor.vue
+++ b/example/src/components/LayAnchor.vue
@@ -206,14 +206,6 @@ const throttle = (func: Function, wait: number) => {
border-radius: 2px;
cursor: pointer;
transition: all 0.1s cubic-bezier(0, 0, 1, 1);
- &:hover {
- background-color: #f6f6f6 !important;
- color: #5fb878;
- }
- &:active {
- background-color: #f6f6f6 !important;
- color: #89d89f;
- }
}
.lay-aside-list {
position: relative;
@@ -226,10 +218,16 @@ const throttle = (func: Function, wait: number) => {
background-color: #f6f6f6 !important;
color: #5fb878;
}
-}
-.active {
- background-color: #f6f6f6 !important;
- color: #5fb878 !important;
+ &:active {
+ background-color: #f6f6f6 !important;
+ color: #89d89f;
+ }
+ &.active {
+ background-color: #f6f6f6 !important;
+ * {
+ color: #5fb878 !important;
+ }
+ }
}
.lay-aside-collapse-btn {
From d3465cfae2372f86422a3e2908fb283e0e9e001e 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: Mon, 3 Jan 2022 00:21:51 +0800
Subject: [PATCH 11/18] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
example/docs/zh-CN/guide/changelog.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md
index e78e4534..60dcfc21 100644
--- a/example/docs/zh-CN/guide/changelog.md
+++ b/example/docs/zh-CN/guide/changelog.md
@@ -19,8 +19,10 @@
[新增] skeleton 骨架屏组件。
[重构] tooltip 内部 popper 组件,支持移动到 tooltip 内部。
[增强] layer 部分函数 msg open confirm 等, content 支持 VNode 类型。
+
[增强] menu 菜单组件, 初步支持无限级嵌套。
[修复] layer.close layer.closeAll 函数无法触发 OutAnim 过度动画问题。
-
[升级] layer-vue 1.2.3。
+
[废弃] menu-child-item 组件, 使用 menu-item 替代。
+
[升级] layer-vue 1.2.4。
From 9432944fdffb566641796a9842f9482d78664c66 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: Mon, 3 Jan 2022 00:23:09 +0800
Subject: [PATCH 12/18] next-version
---
example/docs/zh-CN/guide/changelog.md | 2 +-
example/src/layouts/Layout.vue | 2 +-
example/src/view/index.vue | 6 +++---
package.json | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md
index 60dcfc21..daf62e5b 100644
--- a/example/docs/zh-CN/guide/changelog.md
+++ b/example/docs/zh-CN/guide/changelog.md
@@ -12,7 +12,7 @@
-
+
-
0.3.2 2022-01-03
diff --git a/example/src/layouts/Layout.vue b/example/src/layouts/Layout.vue
index a50c7634..b94a11b6 100644
--- a/example/src/layouts/Layout.vue
+++ b/example/src/layouts/Layout.vue
@@ -43,7 +43,7 @@
-
- 0.3.1
+ 0.3.2
diff --git a/example/src/view/index.vue b/example/src/view/index.vue
index 604cf4d6..dd84852c 100644
--- a/example/src/view/index.vue
+++ b/example/src/view/index.vue
@@ -26,7 +26,7 @@
>