style: UI download manual
This commit is contained in:
parent
607f28ee0e
commit
30e999c8fd
1 changed files with 42 additions and 10 deletions
|
|
@ -83,19 +83,51 @@ const downloadFile = () => {
|
|||
color="grey-7"
|
||||
/>
|
||||
</q-btn>
|
||||
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="route.path !== '/'"
|
||||
size="12px"
|
||||
flat
|
||||
dense
|
||||
round
|
||||
icon="mdi-download"
|
||||
color="primary"
|
||||
label="ดาวน์โหลดคู่มือ"
|
||||
@click="downloadFile()"
|
||||
/>
|
||||
<q-btn
|
||||
color="primary"
|
||||
class="q-ml-md"
|
||||
label="ดาวน์โหลดคู่มือทั้งหมด"
|
||||
@click="console.log('download All')"
|
||||
/>
|
||||
>
|
||||
<q-tooltip>ดาวน์โหลด</q-tooltip>
|
||||
<q-menu>
|
||||
<q-list style="min-width: 150px">
|
||||
<q-item
|
||||
clickable
|
||||
class="row items-center no-wrap"
|
||||
v-close-popup
|
||||
@click="downloadFile()"
|
||||
>
|
||||
<q-icon
|
||||
color="red"
|
||||
size="28px"
|
||||
name="mdi-file-pdf"
|
||||
class="q-mr-md"
|
||||
/>
|
||||
ดาวน์โหลดคู่มือ
|
||||
</q-item>
|
||||
<q-item
|
||||
clickable
|
||||
class="row items-center no-wrap"
|
||||
v-close-popup
|
||||
@click=""
|
||||
>
|
||||
<q-icon
|
||||
color="red"
|
||||
size="28px"
|
||||
name="mdi-file-pdf"
|
||||
class="q-mr-md"
|
||||
/>
|
||||
ดาวน์โหลดคู่มือทั้งหมด
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-menu>
|
||||
</q-btn>
|
||||
|
||||
<q-btn
|
||||
size="13px"
|
||||
class="bg-blue-1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue