Переглянути джерело

[fix][1000732] 首页谈话记录文案显示问题

zk 1 рік тому
батько
коміт
7ec258c7de
1 змінених файлів з 7 додано та 11 видалено
  1. 7 11
      lib/module/home/view.dart

+ 7 - 11
lib/module/home/view.dart

@@ -513,17 +513,13 @@ class HomePage extends BasePage<HomePageController> {
                   mainAxisAlignment: MainAxisAlignment.center,
                   crossAxisAlignment: CrossAxisAlignment.start,
                   children: [
-                    Row(
-                      children: [
-                        Text(item.title.value.orEmpty,
-                            maxLines: 1,
-                            overflow: TextOverflow.ellipsis,
-                            style: TextStyle(
-                                fontSize: 15.sp,
-                                color: ColorName.primaryTextColor,
-                                fontWeight: FontWeight.bold))
-                      ],
-                    ),
+                    Text(item.title.value.orEmpty,
+                        maxLines: 1,
+                        overflow: TextOverflow.ellipsis,
+                        style: TextStyle(
+                            fontSize: 15.sp,
+                            color: ColorName.primaryTextColor,
+                            fontWeight: FontWeight.bold)),
                     SizedBox(height: 5.h),
                     Text(
                       item.summary.value.orEmpty,