From 3adba1a67bc41209fc51e284027e77ecab33c58b Mon Sep 17 00:00:00 2001 From: rex Date: Tue, 3 Mar 2020 17:45:15 +0800 Subject: [PATCH] fix(Picker): add mask (#2816) fix #2792 --- packages/picker/index.less | 15 +++++++++++++++ packages/picker/index.wxml | 28 ++-------------------------- packages/picker/toolbar.wxml | 28 ++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 26 deletions(-) create mode 100644 packages/picker/toolbar.wxml diff --git a/packages/picker/index.less b/packages/picker/index.less index f28b5035..6e190735 100644 --- a/packages/picker/index.less +++ b/packages/picker/index.less @@ -56,6 +56,21 @@ .theme(background-color, '@picker-loading-mask-color'); } + &__mask { + position: absolute; + top: 0; + left: 0; + z-index: 2; + width: 100%; + height: 100%; + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)), + linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)); + background-repeat: no-repeat; + background-position: top, bottom; + backface-visibility: hidden; + pointer-events: none; + } + &__loading .van-loading, &__frame { position: absolute; diff --git a/packages/picker/index.wxml b/packages/picker/index.wxml index 6631a736..ad8a4462 100644 --- a/packages/picker/index.wxml +++ b/packages/picker/index.wxml @@ -1,29 +1,4 @@ - + @@ -49,6 +24,7 @@ active-class="active-class" bind:change="onChange" /> + + + + {{ cancelButtonText }} + + {{ + title + }} + + {{ confirmButtonText }} + + +