diff --git a/example/docs/zh-CN/components/collapse.md b/example/docs/zh-CN/components/collapse.md
index 6ac5dc41..4fda9c14 100644
--- a/example/docs/zh-CN/components/collapse.md
+++ b/example/docs/zh-CN/components/collapse.md
@@ -133,6 +133,39 @@ export default {
:::
+
+::: title 关闭动画
+:::
+
+::: demo
+
+
+
diff --git a/src/component/switch/index.less b/src/component/switch/index.less index c58beeab..019552c4 100644 --- a/src/component/switch/index.less +++ b/src/component/switch/index.less @@ -23,6 +23,7 @@ top: 3px; width: 16px; height: 16px; + line-height: 16px; border-radius: 20px; background-color: @global-neutral-color-6; -webkit-transition: 0.1s linear;