Skip to content

Commit

Permalink
fix(picker): 优化 select、cursor 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 8, 2024
1 parent ae5758d commit e65bf86
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 e65bf86

Please sign in to comment.