|
|
@@ -187,7 +187,7 @@ class ZodiacLoveIntimacyPage extends BasePage<ZodiacLoveIntimacyController> {
|
|
|
// 未选中时的颜色
|
|
|
tabTextStyle = TextStyle(
|
|
|
fontSize: 14.sp,
|
|
|
- fontWeight: FontWeight.w500,
|
|
|
+ fontWeight: FontWeight.w600,
|
|
|
color: ColorName.black60,
|
|
|
);
|
|
|
}
|
|
|
@@ -207,7 +207,12 @@ class ZodiacLoveIntimacyPage extends BasePage<ZodiacLoveIntimacyController> {
|
|
|
)
|
|
|
: null,
|
|
|
),
|
|
|
- child: Center(child: Text(tabName, style: tabTextStyle)),
|
|
|
+ child: Center(
|
|
|
+ child: Container(
|
|
|
+ margin: EdgeInsets.only(top: 5.h),
|
|
|
+ child: Text(tabName, style: tabTextStyle),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
),
|
|
|
);
|
|
|
}
|