mcy_new #1
|
|
@ -27,6 +27,8 @@ class _PersonalDetailTopBarState extends State<PersonalDetailTopBar> {
|
||||||
),
|
),
|
||||||
child: TabBar(
|
child: TabBar(
|
||||||
controller: widget.controller,
|
controller: widget.controller,
|
||||||
|
dividerHeight: 0,
|
||||||
|
tabAlignment: TabAlignment.start,
|
||||||
unselectedLabelStyle: TextStyle(fontSize: 12.sp, color: const Color.fromRGBO(102, 102, 102, 1)),
|
unselectedLabelStyle: TextStyle(fontSize: 12.sp, color: const Color.fromRGBO(102, 102, 102, 1)),
|
||||||
labelStyle: TextStyle(
|
labelStyle: TextStyle(
|
||||||
fontSize: 12.sp,
|
fontSize: 12.sp,
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ dependencies:
|
||||||
# 日志插件
|
# 日志插件
|
||||||
logger: ^2.3.0
|
logger: ^2.3.0
|
||||||
# 屏幕尺寸计算插件
|
# 屏幕尺寸计算插件
|
||||||
flutter_screenutil: ^5.9.1
|
flutter_screenutil: 5.9.1
|
||||||
# http请求插件
|
# http请求插件
|
||||||
dio: ^5.4.2+1
|
dio: ^5.4.2+1
|
||||||
# 网络缓存图片
|
# 网络缓存图片
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue