Skip to content

Commit

Permalink
fix(picker): 优化 select、cursor 样式 (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 8, 2024
1 parent ae5758d commit 0a4788b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packages/__VUE/picker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
width: 0;
flex-grow: 1;
height: 100%;
user-select: none;
cursor: grab;
}

&__title {
Expand Down

0 comments on commit 0a4788b

Please sign in to comment.