Commit d5f69202 authored by 张宏's avatar 张宏

.

parent dc39b305
......@@ -22,7 +22,7 @@ class _TaskHeadBlockState extends State<TaskHeadBlock> {
width: 1.w,
),
),
color: Colors.red,
// color: Colors.red,
),
child: Column(
children: [
......
......@@ -15,7 +15,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
width: double.infinity,
height: 180.h,
decoration: BoxDecoration(
color: Colors.red,
// color: Colors.red,
border: Border(
bottom: BorderSide(
width: 1.w,
......@@ -51,7 +51,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
),
),
Container(
width: 110.w,
width: 160.w,
height: 1.h,
margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration(
......@@ -89,7 +89,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
),
),
Container(
width: 110.w,
width: 160.w,
height: 1.h,
margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration(
......@@ -127,7 +127,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
),
),
Container(
width: 110.w,
width: 160.w,
height: 1.h,
margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration(
......
......@@ -47,10 +47,10 @@ class _VoltageOperateBlockState extends State<VoltageOperateBlock> {
width: 50.w,
height: 50.h,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10.r),
color: Colors.white,
color: Color.fromRGBO(71, 85, 105, 0.3),
borderRadius: BorderRadius.circular(8.r),
),
child: Icon(Icons.warning),
child: Icon(Icons.thermostat,color: Color.fromRGBO(246, 158, 11, 1),size: 20.sp,),
),
Expanded(
child: Container(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment