fix: hide splitter on mobile (#3558)
This commit is contained in:
parent
233398b512
commit
d2ca774f6f
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@
|
||||||
</q-select>
|
</q-select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-splitter>
|
<q-splitter :separator-style="$q.screen.lt.md && 'display: none'">
|
||||||
<template v-slot:before>
|
<template v-slot:before v-if="$q.screen.gt.sm">
|
||||||
<q-tabs v-model="tab" vertical active-color="primary">
|
<q-tabs v-model="tab" vertical active-color="primary">
|
||||||
<q-tab
|
<q-tab
|
||||||
name="funding"
|
name="funding"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue