รายการข้าราชการ ฯ ที่ได้รับทุนการศึกษา/ฝึกอบรม => ปรับ select
This commit is contained in:
parent
9cde68ab4f
commit
ca74197163
2 changed files with 17 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue