I have been struggling to change the q-select in the quasar framework, despite numerous attempts.
<q-select v-model="site1" outline dense class="selection" />
:deep(.selection .q-field__control) {font-size: 13px; width: 250px;}
:deep(.selection .q-field__outlined){ height: 28px;}
My goal is to set the height of the q-select to 28px.