更新返回按钮样式统一样式

This commit is contained in:
wyf
2025-11-17 11:09:40 +08:00
parent fa11e2c937
commit 2cb2d7643f
3 changed files with 50 additions and 57 deletions

View File

@@ -142,14 +142,21 @@ class _MessageReviewPageState extends State<MessageReviewPage> {
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Text(
'${widget.data['person']?['name'] ?? '未命名'.tr}',
style: TextStyle(
fontFamily: 'Inter',
fontSize: 26.rpx,
letterSpacing: 0.0,
color: themeController
.currentColor.sc3,
Container(
width: MediaQuery.sizeOf(context)
.width *
0.2,
child: Text(
'${widget.data['person']?['name'] ?? '未命名'.tr}',
style: TextStyle(
fontFamily: 'Inter',
fontSize: 26.rpx,
letterSpacing: 0.0,
color: themeController
.currentColor.sc3,
),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
),
// Text(
@@ -233,7 +240,7 @@ class _MessageReviewPageState extends State<MessageReviewPage> {
// color: themeController
// .currentColor.sc3,
// ),
// ),
// ),
].divide(SizedBox(height: 34.rpx)),
),
),