fix ui layout backup
This commit is contained in:
parent
bcb8f670b2
commit
aa5a1cded6
3 changed files with 3 additions and 14 deletions
|
|
@ -303,7 +303,7 @@ watch(tab, () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<q-card-section>
|
<q-card-section class="q-pa-none q-mt-sm">
|
||||||
<div class="items-center col-12 row q-gutter-x-sm q-mb-sm">
|
<div class="items-center col-12 row q-gutter-x-sm q-mb-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@ function onRestore(name: string) {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<q-card-section>
|
<q-card-section class="q-pa-none q-mt-sm">
|
||||||
<div class="items-center col-12 row q-gutter-x-sm q-mb-sm">
|
<div class="items-center col-12 row q-gutter-x-sm q-mb-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
|
||||||
|
|
@ -53,19 +53,8 @@ onMounted(async () => {
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-tab-panels v-model="tab" animated class="shadow-2 rounded-borders">
|
<q-tab-panels v-model="tab" animated class="shadow-2 rounded-borders">
|
||||||
<q-tab-panel name="backup">
|
<q-tab-panel name="backup">
|
||||||
<q-card-section class="q-pa-none row items-center justify-between">
|
<q-card-section class="q-pa-none">
|
||||||
<div class="text-h6">ข้อมูลสำรอง</div>
|
<div class="text-h6">ข้อมูลสำรอง</div>
|
||||||
<div class="q-pr-md">
|
|
||||||
<q-tooltip>Refresh</q-tooltip>
|
|
||||||
<q-btn
|
|
||||||
dense
|
|
||||||
round
|
|
||||||
size="12px"
|
|
||||||
color="primary"
|
|
||||||
icon="mdi-refresh"
|
|
||||||
@click="fetchListBackup()"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
<Card :tab="tab" />
|
<Card :tab="tab" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue