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