เอกสาร/ผลงาน => ปรับ การ upload file

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-28 11:23:24 +07:00
parent 700dcaee4a
commit b3a4db71ea
4 changed files with 183 additions and 41 deletions

View file

@ -89,5 +89,28 @@ input.input-alert
text-overflow: ellipsis
width: 200px
.q-card__actions .q-btn--rectangle
padding: 0 14px !important
.q-card__actions .q-btn--rectangle
padding: 0 14px !important
.table_ellipsis
max-width: 200px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.table_ellipsis:hover
word-wrap: break-word
overflow: visible
white-space: normal
.table_ellipsis2
max-width: 25vw
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.table_ellipsis2:hover
word-wrap: break-word
overflow: visible
white-space: normal
transition: width 2s