|
@@ -25,7 +25,7 @@ class ReviseErWorkflowItem extends StatelessWidget {
|
|
|
padding: const EdgeInsets.symmetric(vertical: 23, horizontal: 21),
|
|
|
margin: const EdgeInsets.only(left: 15, right: 15, top: 5, bottom: 5),
|
|
|
decoration: BoxDecoration(
|
|
|
- color: const Color(0xFF4DCFF6).withValues(alpha: 0.2), // 设置背景颜色和不透明度
|
|
|
+ color: const Color(0xFF4DCFF6).withOpacity(0.2), // 设置背景颜色和不透明度
|
|
|
borderRadius: BorderRadius.circular(5), // 设置圆角
|
|
|
),
|
|
|
child: Column(
|