Skip to content

Commit

Permalink
🐞 fix: basic options el-select width
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunyu19 committed Mar 2, 2024
1 parent a883000 commit bb5ce0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Options/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export default {
.option-basic {
padding: 0 20px;
:global {
.select {
min-width: 200px;
}
.about {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit bb5ce0b

Please sign in to comment.