设备 预约接口
This commit is contained in:
@@ -82,6 +82,8 @@ class _MinePageState extends State<NewMinePage> {
|
||||
child: Scaffold(
|
||||
backgroundColor: Colors.transparent,
|
||||
appBar: AppBar(
|
||||
elevation: 0,
|
||||
surfaceTintColor: Colors.transparent,
|
||||
backgroundColor: Colors.transparent,
|
||||
iconTheme: const IconThemeData(color: Colors.white),
|
||||
automaticallyImplyLeading: false,
|
||||
@@ -116,20 +118,6 @@ class _MinePageState extends State<NewMinePage> {
|
||||
color: Colors.white,
|
||||
// color: Colors.white,
|
||||
))),
|
||||
// ClickableContainer(
|
||||
// backgroundColor: Colors.transparent,
|
||||
// highlightColor: Colors.transparent,
|
||||
// padding: EdgeInsets.only(right: 11.rpx),
|
||||
// onTap: () {
|
||||
|
||||
// },
|
||||
// child: Container(
|
||||
// height: 42.rpx,
|
||||
// width: 42.rpx,
|
||||
// child: SvgPicture.asset(
|
||||
// 'assets/img/icon/people_info.svg',
|
||||
// color: Colors.white,
|
||||
// ))),
|
||||
],
|
||||
),
|
||||
body: SafeArea(
|
||||
@@ -239,7 +227,7 @@ class _MinePageState extends State<NewMinePage> {
|
||||
margin: EdgeInsets.only(
|
||||
left: 30.rpx, right: 30.rpx, top: 94.rpx),
|
||||
child: Text(
|
||||
'对已绑定的智能设备进行个性化配置,以获得更好的体验,',
|
||||
'对已绑定的智能设备进行个性化配置,以获得更好的体验',
|
||||
style: TextStyle(
|
||||
fontSize: 26.rpx,
|
||||
color: const Color(0XFF929699),
|
||||
|
||||
Reference in New Issue
Block a user