From 9be5f9776df0117d32d3d82f0c84eebb9c0ed9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E5=88=9A?= <247026287@qq.com> Date: Wed, 3 Jan 2018 20:19:32 +0800 Subject: [PATCH] popup-picker:remove the first top line #2371 (#2372) --- src/components/popup-picker/index.vue | 3 +-- src/components/popup-picker/metas.yml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/popup-picker/index.vue b/src/components/popup-picker/index.vue index c36da4a67..5dc05fbff 100755 --- a/src/components/popup-picker/index.vue +++ b/src/components/popup-picker/index.vue @@ -248,10 +248,9 @@ export default { .vux-cell-box { position: relative; } -.vux-cell-box:before { +.vux-cell-box:not(:first-child):before { content: " "; position: absolute; - left: 0; top: 0; width: 100%; height: 1px; diff --git a/src/components/popup-picker/metas.yml b/src/components/popup-picker/metas.yml index 2aa78fba0..4713efb44 100644 --- a/src/components/popup-picker/metas.yml +++ b/src/components/popup-picker/metas.yml @@ -90,6 +90,11 @@ events: en: emits when picker value is changed zh-CN: picker 值变化时触发,即滑动 picker 时触发 changes: + next: + en: + - '[fix] remove the first top line #2371' + zh-CN: + - '[fix] 去除第一个子元素的上边线 #2371' v2.7.0: en: - '[feature] add prop:popup-title(use component:popup-header) #1866'