#7353 fine tunning monitors #624
|
@ -25,14 +25,14 @@ const stateStore = useStateStore();
|
|||
class="q-pa-md"
|
||||
:style="{ 'flex-direction': $q.screen.lt.lg ? 'column' : 'row', gap: '0px' }"
|
||||
>
|
||||
<div style="flex: 0.4">
|
||||
<div style="flex: 0.25">
|
||||
<span
|
||||
class="q-ml-md text-body1"
|
||||
v-text="t('salesMonitor.clientsOnWebsite')"
|
||||
/>
|
||||
<SalesClientTable />
|
||||
</div>
|
||||
<div style="flex: 0.6">
|
||||
<div style="flex: 0.75">
|
||||
<span
|
||||
class="q-ml-md text-body1"
|
||||
v-text="t('salesMonitor.recentOrderActions')"
|
||||
|
|
Loading…
Reference in New Issue