From 33e80d6e25176f514daee950f7ac8c1e12e98c78 Mon Sep 17 00:00:00 2001 From: SMJ <1700804862@qq.com> Date: Wed, 18 Nov 2020 22:18:27 +0800 Subject: [PATCH] fix: fix the color picker can't colse on click twice and add z-index for the notification (#619) * fix(select): fix the bug about clicking the select component fix the bug about clicking the select component fix #496 * docs: fix some bug in the docs of upload and infiniteScroll fix some bug in the docs of upload and infiniteScroll * docs: change the options api to composition api in the avatar docs change the options api to composition api in the avatar docs re #540 * Update avatar.md * Revert update avatar.md * fix(color-picker): fix the color picker can't colse on click twice fix the color picker can't colse on click twice fix #602 * fix(notification): fix notification does not have hight z-index fix notification does not have hight z-index fix #602 Co-authored-by: zazzaz --- packages/color-picker/src/index.vue | 76 +++++++++++----------- packages/theme-chalk/src/notification.scss | 2 +- 2 files changed, 38 insertions(+), 40 deletions(-) diff --git a/packages/color-picker/src/index.vue b/packages/color-picker/src/index.vue index 023d409070..2c705e82e7 100644 --- a/packages/color-picker/src/index.vue +++ b/packages/color-picker/src/index.vue @@ -1,18 +1,16 @@