mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
chore(select): change scroll demo & remove useless code
This commit is contained in:
parent
2f767df423
commit
24f9f0cae6
@ -84,8 +84,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```css
|
|
||||||
.n-select {
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
```
|
|
@ -84,8 +84,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```css
|
|
||||||
.n-select {
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
```
|
|
@ -686,8 +686,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// scroll events on menu
|
// scroll events on menu
|
||||||
handleMenuScroll (e, scrollContainer, scrollContent) {
|
handleMenuScroll (e) {
|
||||||
this.doScroll(e, scrollContainer, scrollContent)
|
this.doScroll(e)
|
||||||
},
|
},
|
||||||
// keyboard events
|
// keyboard events
|
||||||
handleKeyUpEnter (e) {
|
handleKeyUpEnter (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user