|
@@ -1122,73 +1122,62 @@ class ExpertDetailState
|
|
|
: Container(
|
|
|
child: null,
|
|
|
),
|
|
|
- Row(
|
|
|
- children: <Widget>[
|
|
|
- Expanded(
|
|
|
- child: Container(
|
|
|
- decoration: BoxDecoration(
|
|
|
- color: Color(0x195887FF),
|
|
|
- borderRadius:
|
|
|
- new BorderRadius.circular(
|
|
|
- (5.0))),
|
|
|
- padding: EdgeInsets.all(5),
|
|
|
- margin: EdgeInsets.only(
|
|
|
- right: 5, top: 5),
|
|
|
- // color:Colors.red,
|
|
|
- // decoration: BoxDecoration(
|
|
|
- // borderRadius: BorderRadius.circular(2.0),
|
|
|
- // border: Border.all(
|
|
|
- // width:0.5,
|
|
|
- // color:Color(0xffB0E2FF),
|
|
|
- // ),
|
|
|
- // color:Colors.white30,
|
|
|
- // ),
|
|
|
- child: Row(
|
|
|
- crossAxisAlignment:
|
|
|
- CrossAxisAlignment.start,
|
|
|
- children: <Widget>[
|
|
|
- Icon(
|
|
|
- const IconData(0xe64a,
|
|
|
- fontFamily: "Iconfont"),
|
|
|
- size: 17.0,
|
|
|
- color: Color(0x195887FF),
|
|
|
- ),
|
|
|
- SizedBox(
|
|
|
- width: 5,
|
|
|
- ),
|
|
|
- Expanded(
|
|
|
- child: Container(
|
|
|
- // padding:EdgeInsets.all(5),
|
|
|
- // margin: EdgeInsets.only(right:5,top:5),
|
|
|
- // // color:Colors.red,
|
|
|
- // decoration: BoxDecoration(
|
|
|
- // borderRadius: BorderRadius.circular(2.0),
|
|
|
- // border: Border.all(
|
|
|
- // width:0.5,
|
|
|
- // color:Color(0xffB0E2FF),
|
|
|
- // ),
|
|
|
- // color:Colors.white30,
|
|
|
- // ),
|
|
|
- child: Text(
|
|
|
- // "detailObj",
|
|
|
- detailObj.address != null
|
|
|
- ? detailObj.address
|
|
|
- .split(",")[0]
|
|
|
- : "",
|
|
|
- style: TextStyle(
|
|
|
- color: Colours
|
|
|
- .blue_app_main,
|
|
|
- fontSize: ScreenUtil()
|
|
|
- .setSp(12)),
|
|
|
- textAlign: TextAlign.left,
|
|
|
- // overflow:TextOverflow.ellipsis,
|
|
|
- ),
|
|
|
- ))
|
|
|
- ],
|
|
|
- )),
|
|
|
- )
|
|
|
- ],
|
|
|
- ),
|
|
|
+ // Row(
|
|
|
+ // children: <Widget>[
|
|
|
+ // Expanded(
|
|
|
+ // child: Container(
|
|
|
+ // decoration: BoxDecoration(
|
|
|
+ // color: Color(0x195887FF),
|
|
|
+ // borderRadius:
|
|
|
+ // new BorderRadius.circular(
|
|
|
+ // (5.0))),
|
|
|
+ // padding: EdgeInsets.all(5),
|
|
|
+ // margin: EdgeInsets.only(
|
|
|
+ // right: 5, top: 5),
|
|
|
+ // // color:Colors.red,
|
|
|
+ // // decoration: BoxDecoration(
|
|
|
+ // // borderRadius: BorderRadius.circular(2.0),
|
|
|
+ // // border: Border.all(
|
|
|
+ // // width:0.5,
|
|
|
+ // // color:Color(0xffB0E2FF),
|
|
|
+ // // ),
|
|
|
+ // // color:Colors.white30,
|
|
|
+ // // ),
|
|
|
+ // child: Row(
|
|
|
+ // crossAxisAlignment:
|
|
|
+ // CrossAxisAlignment.start,
|
|
|
+ // children: <Widget>[
|
|
|
+ // Icon(
|
|
|
+ // const IconData(0xe64a,
|
|
|
+ // fontFamily: "Iconfont"),
|
|
|
+ // size: 17.0,
|
|
|
+ // color: Color(0x195887FF),
|
|
|
+ // ),
|
|
|
+ // SizedBox(
|
|
|
+ // width: 5,
|
|
|
+ // ),
|
|
|
+ // Expanded(
|
|
|
+ // child: Container(
|
|
|
+ // child: Text(
|
|
|
+ // // "detailObj",
|
|
|
+ // detailObj.address != null
|
|
|
+ // ? detailObj.address
|
|
|
+ // .split(",")[0]
|
|
|
+ // : "",
|
|
|
+ // style: TextStyle(
|
|
|
+ // color: Colours
|
|
|
+ // .blue_app_main,
|
|
|
+ // fontSize: ScreenUtil()
|
|
|
+ // .setSp(12)),
|
|
|
+ // textAlign: TextAlign.left,
|
|
|
+ // // overflow:TextOverflow.ellipsis,
|
|
|
+ // ),
|
|
|
+ // ))
|
|
|
+ // ],
|
|
|
+ // )),
|
|
|
+ // )
|
|
|
+ // ],
|
|
|
+ // ),
|
|
|
],
|
|
|
)))
|
|
|
]),
|