style: redis style
parent
f4cd4fbb52
commit
9eba779b9d
|
@ -40,7 +40,7 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
<div class="md:flex enter-y mt-4">
|
<div class="md:flex enter-y mt-4">
|
||||||
<CommandStats class="md:w-1/2 w-full" :loading="loading" :command-stats="commandStats" />
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue