show more columns
This commit is contained in:
parent
4f9b2803ac
commit
ba3d7a26a7
@ -30,6 +30,7 @@ const bars = computed(() => {
|
||||
<div class="tooltip"
|
||||
:data-tip="item.height"
|
||||
:class="item.color"
|
||||
style="width: 4px;"
|
||||
>
|
||||
|
||||
</div>
|
||||
|
@ -153,7 +153,7 @@ function changeTab(v: string) {
|
||||
:class="tab === '2' ? '' : 'hidden'"
|
||||
>
|
||||
<div v-for="({ v, signing, hex }, i) in list" :key="i">
|
||||
<div class="flex items-center justify-between py-0 w-[305px]">
|
||||
<div class="flex items-center justify-between py-0 w-[298px]">
|
||||
<label class="truncate text-sm">
|
||||
<span class="ml-1 text-black dark:text-white"
|
||||
>{{ i + 1 }}.{{ v.description.moniker }}</span
|
||||
|
Loading…
Reference in New Issue
Block a user