chore: checkpoint tailwind spacing updates

This commit is contained in:
xingyu4j
2026-03-14 18:11:08 +08:00
parent 90dc8cf997
commit fa190e0975
24 changed files with 42 additions and 42 deletions

View File

@@ -67,7 +67,7 @@ const collapseAll = () => {
</script>
<template>
<div class="vp-raw h-[300px] w-full">
<div class="vp-raw h-75 w-full">
<Grid>
<template #toolbar-tools>
<Button class="mr-2" type="primary" @click="expandAll">

View File

@@ -58,7 +58,7 @@ onMounted(() => {
</script>
<template>
<div class="vp-raw h-[500px] w-full">
<div class="vp-raw h-125 w-full">
<Grid />
</div>
</template>