เอกสาร/ผลงาน => ปรับ การ upload file
This commit is contained in:
parent
700dcaee4a
commit
b3a4db71ea
4 changed files with 183 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue