Compare commits
No commits in common. "356b68c361e9669b11d35eb5bf7e2b31d021e70e" and "2d6aaba7d448bf7e81e681bea3e106dffdd2c4ba" have entirely different histories.
356b68c361
...
2d6aaba7d4
|
|
@ -82,7 +82,7 @@ export default defineComponent(() => {
|
||||||
return () => (
|
return () => (
|
||||||
<div class="absolute left-0 top-0 w-full h-full overflow-y-auto gap-4">
|
<div class="absolute left-0 top-0 w-full h-full overflow-y-auto gap-4">
|
||||||
<div
|
<div
|
||||||
class="w-full grid grid-cols-3 grid-flow-row-dense pb-[200px] gap-4"
|
class="w-full grid grid-cols-3 grid-flow-row-dense pb-[200px]"
|
||||||
style="grid-auto-rows: 100px"
|
style="grid-auto-rows: 100px"
|
||||||
>
|
>
|
||||||
{widgetList.map((el) => (
|
{widgetList.map((el) => (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue