style: redis style

pull/31/head
xingyu 2023-08-12 18:57:02 +08:00
parent f4cd4fbb52
commit 9eba779b9d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ onMounted(async () => {
/>
<div class="md:flex enter-y mt-4">
<CommandStats class="md:w-1/2 w-full" :loading="loading" :command-stats="commandStats" />
<Memory class="md:w-1/2 w-full" :loading="loading" :memory-human="memoryHuman" />
<Memory class="md:w-1/2 !md:mx-4 !md:my-0 !my-4 w-full" :loading="loading" :memory-human="memoryHuman" />
</div>
</div>
</template>