iOS_cz 4 роки тому
батько
коміт
25bb75b5db

+ 56 - 67
lib/internal/bbs/page/expert_detail.dart

@@ -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,
+                                    //                 ),
+                                    //               ))
+                                    //             ],
+                                    //           )),
+                                    //     )
+                                    //   ],
+                                    // ),
                                   ],
                                 )))
                       ]),

+ 2 - 2
lib/internal/wode/page/privilege.dart

@@ -301,7 +301,7 @@ class SwipeWidget extends StatelessWidget {
                               Container(
                                 height: 6,
                                 width: 6,
-                                margin: EdgeInsets.only(right: 7, top: 6),
+                                margin: EdgeInsets.only(right: 5, top: 6),
                                 decoration: BoxDecoration(
                                   //背景
                                   color: Colours.text_gray,
@@ -312,7 +312,7 @@ class SwipeWidget extends StatelessWidget {
                                 ),
                               ),
                               Container(
-                                width: 240,
+                                width: 242,
                                 child: Text(
                                   privilegeList[index].descr,
                                   style: TextStyle(