fix: splitter min, max
This commit is contained in:
parent
ad8697d181
commit
61ccab506e
2 changed files with 3 additions and 3 deletions
|
|
@ -1831,9 +1831,9 @@ watch(
|
||||||
|
|
||||||
<q-splitter
|
<q-splitter
|
||||||
v-model="splitterModel"
|
v-model="splitterModel"
|
||||||
:limits="[15, 80]"
|
:limits="[0, 100]"
|
||||||
style="width: 100%"
|
|
||||||
class="col"
|
class="col"
|
||||||
|
before-class="overflow-hidden"
|
||||||
after-class="overflow-hidden"
|
after-class="overflow-hidden"
|
||||||
>
|
>
|
||||||
<template v-slot:before>
|
<template v-slot:before>
|
||||||
|
|
|
||||||
|
|
@ -1388,7 +1388,7 @@ watch(
|
||||||
>
|
>
|
||||||
<q-splitter
|
<q-splitter
|
||||||
v-model="splitterModel"
|
v-model="splitterModel"
|
||||||
:limits="[20, 100]"
|
:limits="[0, 100]"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
class="col"
|
class="col"
|
||||||
after-class="overflow-hidden"
|
after-class="overflow-hidden"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue