refactor: handle max-width
This commit is contained in:
parent
3fd14db1ea
commit
089f23b348
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ watch(
|
|||
<div class="column col justify-between">
|
||||
<span
|
||||
class="text-weight-bold ellipsis-2-lines"
|
||||
:style="`max-width: ${$q.screen.gt.sm ? '25vw' : '20vw'}`"
|
||||
:style="`max-width: ${$q.screen.gt.sm ? (!readonly ? '10vw' : '25vw') : '20vw'}`"
|
||||
>
|
||||
{{ product.name }}
|
||||
<q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue