feat: move Qbtn
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
60481861ee
commit
da3a601741
|
@ -205,14 +205,6 @@ defineExpose({
|
|||
show-if-above
|
||||
>
|
||||
<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
|
||||
ref="filterPanel"
|
||||
:data-key="$attrs['data-key']"
|
||||
|
|
|
@ -193,6 +193,14 @@ function formatValue(value) {
|
|||
</script>
|
||||
|
||||
<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">
|
||||
<QList dense>
|
||||
<QItem class="q-mt-xs">
|
||||
|
|
Loading…
Reference in New Issue