imp: block gap is too small on small screen.
This commit is contained in:
parent
2e71900f76
commit
e1684b2d77
@ -25,12 +25,11 @@ const bars = computed(() => {
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<div class="flex items-center justify-evenly">
|
||||
<div class="flex items-center justify-evenly gap-0.5">
|
||||
<div class="cursor-default" v-for="(item, index) in bars" :key="index">
|
||||
<div class="tooltip" :data-tip="item.height">
|
||||
<span
|
||||
:class="item.color"
|
||||
style="width: 1.2%"
|
||||
>
|
||||
</span>
|
||||
</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-72">
|
||||
<div class="flex items-center justify-between py-0 w-76">
|
||||
<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