YuYouShui_Branch
黎超凡 2 years ago
parent 97d7ac7776
commit d229b40632

@ -45,10 +45,9 @@ class _MuseumInfoPageState extends State<MuseumInfoPage> {
Padding(
padding: const EdgeInsets.all(16.0),
child: Align(
alignment: Alignment.centerLeft, //
alignment: Alignment.centerLeft,
child: InkWell(
onTap: () {
// MuseumInfoExtendPage
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => MuseumInfoExtendPage(),
@ -65,7 +64,7 @@ class _MuseumInfoPageState extends State<MuseumInfoPage> {
'2012年5月天津博物馆新馆建成对外开放。',
style: TextStyle(
fontSize: 16,
color: Colors.black, //
color: Colors.black,
),
textAlign: TextAlign.left,
),
@ -73,7 +72,7 @@ class _MuseumInfoPageState extends State<MuseumInfoPage> {
),
),
Row(
mainAxisAlignment: MainAxisAlignment.center, //
mainAxisAlignment: MainAxisAlignment.center,
children: [
SizedBox(width: 20),
InkWell(
@ -94,7 +93,7 @@ class _MuseumInfoPageState extends State<MuseumInfoPage> {
shape: BoxShape.circle,
),
child: Icon(
Icons.calendar_view_month, //
Icons.calendar_view_month,
color: Colors.white,
size: 40,
),

Loading…
Cancel
Save