반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Electron
- MySQL
- vuejs
- xlsx
- c#
- bucket cors
- JavaScript
- v-select
- 프로세스 방지
- CSS
- bucket max-key
- 동일 프로그램
- kotlin
- vuetifyjs
- nodejs
- NUXT
- sort
- v-text-field height
- electron-nuxt
- 동일 프로세스
- onsenui
- naver storage bucket error
- Vue
- f035d
- error
- Vuetify
- naver storage
- sequelize
- onsen-ui
- Android
Archives
- Today
- Total
목록f035d (1)
앙큼한 개발기록
[vuetifyjs] v-select 높이, 화살표 변경
v-select https://vuetifyjs.com/en/components/selects/ vuetify를 쓰면서 selectbox를 변경하는게 가장 어려웠던거 같다... 아래의 코드를 global css 에 적용하고 높이와 색상을 조절하면 편리하다. .v-select { flex: none; // 기본 값이 1로 되어 있어서 width를 줘도 먹지 않을 수 있다. .v-input__control { height: 33px; // 내가 원하는 높이 width: inherit; .v-input__slot { min-height: initial !important; width: inherit; margin: 0; } .v-select__slot { height: 33px; // 내가 원하는 높이 .v-..
개발/vue & nuxt
2023. 6. 22. 23:04