fix: refs #7353 css
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
206253ac6b
commit
03baef8231
|
@ -25,14 +25,14 @@ const stateStore = useStateStore();
|
||||||
class="q-pa-md"
|
class="q-pa-md"
|
||||||
:style="{ 'flex-direction': $q.screen.lt.lg ? 'column' : 'row', gap: '0px' }"
|
:style="{ 'flex-direction': $q.screen.lt.lg ? 'column' : 'row', gap: '0px' }"
|
||||||
>
|
>
|
||||||
<div style="flex: 0.4">
|
<div style="flex: 0.25">
|
||||||
<span
|
<span
|
||||||
class="q-ml-md text-body1"
|
class="q-ml-md text-body1"
|
||||||
v-text="t('salesMonitor.clientsOnWebsite')"
|
v-text="t('salesMonitor.clientsOnWebsite')"
|
||||||
/>
|
/>
|
||||||
<SalesClientTable />
|
<SalesClientTable />
|
||||||
</div>
|
</div>
|
||||||
<div style="flex: 0.6">
|
<div style="flex: 0.75">
|
||||||
<span
|
<span
|
||||||
class="q-ml-md text-body1"
|
class="q-ml-md text-body1"
|
||||||
v-text="t('salesMonitor.recentOrderActions')"
|
v-text="t('salesMonitor.recentOrderActions')"
|
||||||
|
|
Loading…
Reference in New Issue