From 6d0c54e8f4e9c1c9982778df8a36c7ac3fc2f905 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Fri, 31 Jul 2020 20:09:57 +0800 Subject: [PATCH] feat(DropdownMenu): add @dropdown-menu-box-shadow var --- src/dropdown-menu/README.md | 14 +++++++++++--- src/dropdown-menu/README.zh-CN.md | 14 +++++++++++--- src/dropdown-menu/demo/index.vue | 18 +++++++++++++++--- src/dropdown-menu/index.less | 2 +- src/style/var.less | 1 + 5 files changed, 39 insertions(+), 10 deletions(-) diff --git a/src/dropdown-menu/README.md b/src/dropdown-menu/README.md index 0805893f3..867fa403e 100644 --- a/src/dropdown-menu/README.md +++ b/src/dropdown-menu/README.md @@ -48,8 +48,16 @@ export default { - - + + + + + +
Confirm @@ -86,7 +94,7 @@ export default { Use `active-color` prop to custom active color of the title and options ```html - + diff --git a/src/dropdown-menu/README.zh-CN.md b/src/dropdown-menu/README.zh-CN.md index ac1547b93..5cc9870b0 100644 --- a/src/dropdown-menu/README.zh-CN.md +++ b/src/dropdown-menu/README.zh-CN.md @@ -50,8 +50,16 @@ export default { - - + + + + + +
确认 @@ -88,7 +96,7 @@ export default { 通过`active-color`属性可以自定义菜单标题和选项的选中态颜色 ```html - + diff --git a/src/dropdown-menu/demo/index.vue b/src/dropdown-menu/demo/index.vue index 4eeb25073..b3685b29d 100644 --- a/src/dropdown-menu/demo/index.vue +++ b/src/dropdown-menu/demo/index.vue @@ -11,8 +11,16 @@ - - + + + + + +
- + @@ -52,6 +60,8 @@