Commit d5f69202 authored by 张宏's avatar 张宏

.

parent dc39b305
...@@ -22,7 +22,7 @@ class _TaskHeadBlockState extends State<TaskHeadBlock> { ...@@ -22,7 +22,7 @@ class _TaskHeadBlockState extends State<TaskHeadBlock> {
width: 1.w, width: 1.w,
), ),
), ),
color: Colors.red, // color: Colors.red,
), ),
child: Column( child: Column(
children: [ children: [
......
...@@ -15,7 +15,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> { ...@@ -15,7 +15,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
width: double.infinity, width: double.infinity,
height: 180.h, height: 180.h,
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.red, // color: Colors.red,
border: Border( border: Border(
bottom: BorderSide( bottom: BorderSide(
width: 1.w, width: 1.w,
...@@ -51,7 +51,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> { ...@@ -51,7 +51,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
), ),
), ),
Container( Container(
width: 110.w, width: 160.w,
height: 1.h, height: 1.h,
margin: EdgeInsets.only(top: 5.h), margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration( decoration: BoxDecoration(
...@@ -89,7 +89,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> { ...@@ -89,7 +89,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
), ),
), ),
Container( Container(
width: 110.w, width: 160.w,
height: 1.h, height: 1.h,
margin: EdgeInsets.only(top: 5.h), margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration( decoration: BoxDecoration(
...@@ -127,7 +127,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> { ...@@ -127,7 +127,7 @@ class _TaskTotalBlockState extends State<TaskTotalBlock> {
), ),
), ),
Container( Container(
width: 110.w, width: 160.w,
height: 1.h, height: 1.h,
margin: EdgeInsets.only(top: 5.h), margin: EdgeInsets.only(top: 5.h),
decoration: BoxDecoration( decoration: BoxDecoration(
......
...@@ -47,10 +47,10 @@ class _VoltageOperateBlockState extends State<VoltageOperateBlock> { ...@@ -47,10 +47,10 @@ class _VoltageOperateBlockState extends State<VoltageOperateBlock> {
width: 50.w, width: 50.w,
height: 50.h, height: 50.h,
decoration: BoxDecoration( decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10.r), color: Color.fromRGBO(71, 85, 105, 0.3),
color: Colors.white, borderRadius: BorderRadius.circular(8.r),
), ),
child: Icon(Icons.warning), child: Icon(Icons.thermostat,color: Color.fromRGBO(246, 158, 11, 1),size: 20.sp,),
), ),
Expanded( Expanded(
child: Container( 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