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>
|
||||
</div>
|
||||
|
||||
<q-splitter>
|
||||
<template v-slot:before>
|
||||
<q-splitter :separator-style="$q.screen.lt.md && 'display: none'">
|
||||
<template v-slot:before v-if="$q.screen.gt.sm">
|
||||
<q-tabs v-model="tab" vertical active-color="primary">
|
||||
<q-tab
|
||||
name="funding"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue