feat: total product UI
This commit is contained in:
parent
c203e8715d
commit
d98a250a76
4 changed files with 67 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ defineProps<{
|
|||
icon: string;
|
||||
text: string;
|
||||
color: string;
|
||||
changeColor?: boolean;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
|
|
@ -26,6 +27,7 @@ defineProps<{
|
|||
:icon="icon"
|
||||
width="64px"
|
||||
:class="`${$q.dark.isActive ? '' : 'app-text-muted'}`"
|
||||
:color="changeColor ? color : ''"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue