change
This commit is contained in:
parent
68ab5c9a4e
commit
b2852bf83a
|
@ -82,7 +82,7 @@ export default defineComponent(() => {
|
|||
return () => (
|
||||
<div class="absolute left-0 top-0 w-full h-full overflow-y-auto gap-4">
|
||||
<div
|
||||
class="w-full grid grid-cols-3 grid-flow-row-dense pb-[200px]"
|
||||
class="w-full grid grid-cols-3 grid-flow-row-dense pb-[200px] gap-4"
|
||||
style="grid-auto-rows: 100px"
|
||||
>
|
||||
{widgetList.map((el) => (
|
||||
|
|
Loading…
Reference in New Issue