feat: account overflow
This commit is contained in:
parent
16335bd081
commit
ee27d61e1e
@ -10,7 +10,7 @@ const baseStore = useBaseStore();
|
|||||||
|
|
||||||
const expenseRationChartConfig = computed(() => {
|
const expenseRationChartConfig = computed(() => {
|
||||||
const theme = baseStore.theme;
|
const theme = baseStore.theme;
|
||||||
getDonutChartConfig(theme, props.labels);
|
getDonutChartConfig(theme, props?.labels);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -312,7 +312,7 @@ loadAccount(props.address);
|
|||||||
>Withdraw</label
|
>Withdraw</label
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="overdflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table w-full text-sm table-zebra">
|
<table class="table w-full text-sm table-zebra">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user