imp: block gap is too small on small screen.

This commit is contained in:
liangping 2023-08-08 17:34:31 +08:00
parent 2e71900f76
commit e1684b2d77
2 changed files with 2 additions and 3 deletions

View File

@ -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%"
>&nbsp;
</span>
</div>

View File

@ -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