This commit is contained in:
xuhang-x 2024-07-25 11:55:41 +08:00
parent 4bccb583d6
commit 7967c0b9d5

View File

@ -26,10 +26,7 @@ class IndexView extends StatelessWidget {
child: Column(
children: [
_buildHead(),
const SizedBox(height: 30),
Expanded(
child: Column(
children: [
Expanded(child: Container()),
_buildDailyQuote(),
Expanded(child: Container()),
_buildTools(),
@ -38,9 +35,6 @@ class IndexView extends StatelessWidget {
],
),
),
],
),
),
),
);
}