Compare commits
3 Commits
2d6aaba7d4
...
356b68c361
| Author | SHA1 | Date |
|---|---|---|
|
|
356b68c361 | |
|
|
5289504f67 | |
|
|
b2852bf83a |
|
|
@ -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]"
|
class="w-full grid grid-cols-3 grid-flow-row-dense pb-[200px] gap-4"
|
||||||
style="grid-auto-rows: 100px"
|
style="grid-auto-rows: 100px"
|
||||||
>
|
>
|
||||||
{widgetList.map((el) => (
|
{widgetList.map((el) => (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue