fix: ย้ายตำแหน่งของไฟล์
This commit is contained in:
parent
2f3ede5dd5
commit
d4e500292b
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
||||||
<script setup lang="ts">
|
|
||||||
import AppBox from 'components/app/AppBox.vue';
|
|
||||||
|
|
||||||
defineProps<{
|
|
||||||
amount: string;
|
|
||||||
label: string;
|
|
||||||
}>();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<app-box class="bordered" style="width: 15%; min-width: 150px">
|
|
||||||
<div class="column">
|
|
||||||
<div class="col-4 text-h6 text-weight-bold">{{ amount }}</div>
|
|
||||||
<div class="col-4 text-weight-bold">{{ label }}</div>
|
|
||||||
</div>
|
|
||||||
</app-box>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped></style>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue