More new UI work

This commit is contained in:
2024-03-08 01:54:11 +00:00
parent f21c59a78a
commit 5194a903b3
12 changed files with 184 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
<template>
<v-container fluid class="container">
<v-row align="start">
<v-row dense align="start">
<v-col cols="3">
<CurrentWeather></CurrentWeather>
</v-col>
@@ -18,8 +18,6 @@
<v-col cols="2">
<CurrentLaundryStatus></CurrentLaundryStatus>
</v-col>
</v-row>
<v-row>
<v-col cols="4">
<WeatherSummary></WeatherSummary>
</v-col>