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'