Skip to content

Commit

Permalink
popup-picker:remove the first top line #2371 (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
wg5946 authored Jan 3, 2018
1 parent 26a5042 commit 9be5f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/popup-picker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9be5f97

Please sign in to comment.