Merge commit '5289504f674575a2db5c0c0263acd382a5f183cc' into weather
This commit is contained in:
commit
356b68c361
|
@ -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