refactor: quotation step responsive
This commit is contained in:
parent
fea6ebaa28
commit
bb8d007b2d
1 changed files with 3 additions and 3 deletions
|
|
@ -1151,8 +1151,8 @@ async function getWorkerFromCriteria(
|
|||
<section class="col-sm col-12">
|
||||
<div class="col q-gutter-y-md">
|
||||
<div
|
||||
class="surface-1 q-pa-sm row"
|
||||
style="border-radius: var(--radius-2); gap: 10px"
|
||||
class="surface-1 q-pa-sm row no-wrap full-width scroll rounded"
|
||||
style="gap: 10px"
|
||||
>
|
||||
<button
|
||||
v-for="value in statusQuotationForm"
|
||||
|
|
@ -1163,7 +1163,7 @@ async function getWorkerFromCriteria(
|
|||
'quotation-status-active': value.active?.(),
|
||||
}"
|
||||
@click="value.status !== 'waiting' && value.handler()"
|
||||
style="min-width: 120px; cursor: pointer"
|
||||
style="min-width: 120px; cursor: pointer; text-wrap: nowrap"
|
||||
>
|
||||
<div class="q-px-sm">
|
||||
<q-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue