Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart_hotel_app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张宏
smart_hotel_app
Commits
d5f69202
Commit
d5f69202
authored
May 19, 2026
by
张宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
dc39b305
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
task_head_block.dart
lib/views/home/index/child/task_head_block.dart
+1
-1
task_total_block.dart
lib/views/home/index/child/task_total_block.dart
+4
-4
voltage_operate_block.dart
lib/views/home/index/child/voltage_operate_block.dart
+3
-3
No files found.
lib/views/home/index/child/task_head_block.dart
View file @
d5f69202
...
@@ -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:
[
...
...
lib/views/home/index/child/task_total_block.dart
View file @
d5f69202
...
@@ -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:
1
1
0
.
w
,
width:
1
6
0
.
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:
1
1
0
.
w
,
width:
1
6
0
.
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:
1
1
0
.
w
,
width:
1
6
0
.
w
,
height:
1
.
h
,
height:
1
.
h
,
margin:
EdgeInsets
.
only
(
top:
5
.
h
),
margin:
EdgeInsets
.
only
(
top:
5
.
h
),
decoration:
BoxDecoration
(
decoration:
BoxDecoration
(
...
...
lib/views/home/index/child/voltage_operate_block.dart
View file @
d5f69202
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment