รายการข้าราชการ ฯ ที่ได้รับทุนการศึกษา/ฝึกอบรม => ปรับ select

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-24 16:59:40 +07:00
parent 9cde68ab4f
commit ca74197163
2 changed files with 17 additions and 18 deletions

View file

@ -269,7 +269,7 @@ onMounted(() => {
option-label="name"
label="เลือกประเภททุน"
@update:model-value="fetchNewList"
class="type"
class="select_ellipsis"
/>
</div>
@ -389,11 +389,4 @@ onMounted(() => {
</q-card>
</template>
<style scoped>
.q-select.type >>> .q-field__native > span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 200px;
}
</style>
<style scoped></style>