forked from verdnatura/salix-front
feat: move Qbtn
This commit is contained in:
parent
60481861ee
commit
da3a601741
|
@ -205,14 +205,6 @@ defineExpose({
|
||||||
show-if-above
|
show-if-above
|
||||||
>
|
>
|
||||||
<QScrollArea class="fit">
|
<QScrollArea class="fit">
|
||||||
<QBtn
|
|
||||||
class="q-mt-lg q-mr-xs q-mb-lg"
|
|
||||||
round
|
|
||||||
color="primary"
|
|
||||||
style="position: fixed; z-index: 1; right: 0; bottom: 0"
|
|
||||||
icon="search"
|
|
||||||
@click="filterPanel.search()"
|
|
||||||
></QBtn>
|
|
||||||
<VnFilterPanel
|
<VnFilterPanel
|
||||||
ref="filterPanel"
|
ref="filterPanel"
|
||||||
:data-key="$attrs['data-key']"
|
:data-key="$attrs['data-key']"
|
||||||
|
|
|
@ -193,6 +193,14 @@ function formatValue(value) {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<QBtn
|
||||||
|
class="q-mt-lg q-mr-xs q-mb-lg"
|
||||||
|
round
|
||||||
|
color="primary"
|
||||||
|
style="position: fixed; z-index: 1; right: 0; bottom: 0"
|
||||||
|
icon="search"
|
||||||
|
@click="search()"
|
||||||
|
></QBtn>
|
||||||
<QForm @submit="search" id="filterPanelForm">
|
<QForm @submit="search" id="filterPanelForm">
|
||||||
<QList dense>
|
<QList dense>
|
||||||
<QItem class="q-mt-xs">
|
<QItem class="q-mt-xs">
|
||||||
|
|
Loading…
Reference in New Issue