Javascript – Quasar how I can change the height of q-select
I can't change the q-select in the quasar framework, I tried a long time also can't make it. <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;} I want it the q-select of…