mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 05:23:44 +08:00
ui fix
This commit is contained in:
parent
4d7f73ffc4
commit
0d73bab4c7
@ -233,7 +233,7 @@ class HomeUI extends BaseUI<HomeUIModel> {
|
|||||||
left: 24,
|
left: 24,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: 420,
|
height: 415,
|
||||||
child: ScrollConfiguration(
|
child: ScrollConfiguration(
|
||||||
behavior:
|
behavior:
|
||||||
ScrollConfiguration.of(context).copyWith(scrollbars: false),
|
ScrollConfiguration.of(context).copyWith(scrollbars: false),
|
||||||
@ -241,7 +241,7 @@ class HomeUI extends BaseUI<HomeUIModel> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 200,
|
height: 190,
|
||||||
width: 316,
|
width: 316,
|
||||||
child: Tilt(
|
child: Tilt(
|
||||||
shadowConfig: const ShadowConfig(maxIntensity: .3),
|
shadowConfig: const ShadowConfig(maxIntensity: .3),
|
||||||
@ -290,7 +290,7 @@ class HomeUI extends BaseUI<HomeUIModel> {
|
|||||||
)
|
)
|
||||||
: Column(
|
: Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 1),
|
||||||
ListView.builder(
|
ListView.builder(
|
||||||
physics:
|
physics:
|
||||||
const NeverScrollableScrollPhysics(),
|
const NeverScrollableScrollPhysics(),
|
||||||
|
Loading…
Reference in New Issue
Block a user