style="min-width: 140px"

This commit is contained in:
setthawutttty 2024-11-05 16:33:46 +07:00
parent f8f7fb1d96
commit 58028bfdd2
159 changed files with 309 additions and 298 deletions

View file

@ -495,8 +495,8 @@ watch([() => props?.snapShot, () => props.roundFilter], () => {
map-options
:options="columns"
option-value="name"
options-cover
style="min-width: 150px"
style="min-width: 140px"
/>
</div>
</q-toolbar>

View file

@ -348,8 +348,8 @@ watch(
: []
"
option-value="name"
options-cover
style="min-width: 150px"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2 q-ml-sm"
/>
</q-toolbar>

View file

@ -372,8 +372,8 @@ watch(
? columns?.filter((col:any) => col.name !== 'posSalary' && col.name !== 'discipline' && col.name !== 'leave' )
: columns"
option-value="name"
options-cover
style="min-width: 150px"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2 q-ml-sm"
/>
</q-toolbar>