样式修改
This commit is contained in:
@@ -1536,7 +1536,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
color: Colors.white,
|
||||
fontSize: 30.rpx,
|
||||
letterSpacing: 0,
|
||||
fontWeight: FontWeight.w600,
|
||||
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -117,16 +117,14 @@ class _MinePageState extends State<NewMinePage> {
|
||||
if (messageController.model.body_message_read == 1 ||
|
||||
messageController.model.system_message_read == 1)
|
||||
Positioned(
|
||||
top: -4.rpx,
|
||||
right: -4.rpx,
|
||||
top: 4.rpx,
|
||||
right: -10.rpx,
|
||||
child: Container(
|
||||
width: 14.rpx,
|
||||
height: 14.rpx,
|
||||
width: 12.rpx,
|
||||
height: 12.rpx,
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.red,
|
||||
shape: BoxShape.circle,
|
||||
border: Border.all(
|
||||
color: Colors.white, width: 2.rpx),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user