Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
laki_icu_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
张宏
laki_icu_app
Commits
c9959b5c
Commit
c9959b5c
authored
Jun 22, 2026
by
张宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
55555
parent
81dfa010
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
monitoring_index_view.dart
lib/views/monitoring/index/monitoring_index_view.dart
+1
-1
monitoring_alert_card.dart
...views/monitoring/index/widgets/monitoring_alert_card.dart
+3
-3
monitoring_metric_card.dart
...iews/monitoring/index/widgets/monitoring_metric_card.dart
+1
-1
monitoring_pet_info_card.dart
...ws/monitoring/index/widgets/monitoring_pet_info_card.dart
+3
-3
No files found.
lib/views/monitoring/index/monitoring_index_view.dart
View file @
c9959b5c
...
...
@@ -189,7 +189,7 @@ class _MonitoringIndexContentState extends State<MonitoringIndexContent> {
(
metric
)
=>
Expanded
(
child:
Container
(
decoration:
BoxDecoration
(
border:
BoxBorder
.
all
(
width:
1
.
w
,
color:
Colors
.
red
)
//
border: BoxBorder.all(width: 1.w,color: Colors.red)
),
child:
MonitoringMetricCard
(
metric:
metric
),
),
...
...
lib/views/monitoring/index/widgets/monitoring_alert_card.dart
View file @
c9959b5c
...
...
@@ -87,7 +87,7 @@ class MonitoringAlertCard extends StatelessWidget {
fontWeight:
FontWeight
.
bold
,
),
),
SizedBox
(
height:
10
.
h
),
SizedBox
(
height:
5
.
h
),
Text
(
item
.
description
,
maxLines:
2
,
...
...
@@ -134,7 +134,7 @@ class MonitoringAlertCard extends StatelessWidget {
),
),
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
1
6
.
w
,
vertical:
6
.
h
),
padding:
EdgeInsets
.
symmetric
(
horizontal:
1
0
.
w
,
vertical:
6
.
h
),
decoration:
BoxDecoration
(
color:
pending
?
const
Color
(
0xFFFBB03B
)
:
const
Color
(
0xFF6FA8DC
),
borderRadius:
BorderRadius
.
only
(
...
...
@@ -146,7 +146,7 @@ class MonitoringAlertCard extends StatelessWidget {
pending
?
'待处理'
:
'已处理'
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
1
2
.
sp
,
fontSize:
1
0
.
sp
,
// fontWeight: FontWeight.bold,
),
),
...
...
lib/views/monitoring/index/widgets/monitoring_metric_card.dart
View file @
c9959b5c
...
...
@@ -31,7 +31,7 @@ class MonitoringMetricCard extends StatelessWidget {
fit:
BoxFit
.
cover
,
),
),
// padding: EdgeInsets.
symmetric(horizontal: 18.w, vertical: 18.h)
,
// padding: EdgeInsets.
zero
,
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
[
...
...
lib/views/monitoring/index/widgets/monitoring_pet_info_card.dart
View file @
c9959b5c
...
...
@@ -41,7 +41,7 @@ class MonitoringPetInfoCard extends StatelessWidget {
_buildInfoBlock
(
info
),
SizedBox
(
height:
10
.
h
),
_buildDivider
(),
SizedBox
(
height:
1
0
.
h
),
SizedBox
(
height:
2
0
.
h
),
_buildCareLevelBlock
(
info
),
// const Spacer(),
_buildExitButton
(),
...
...
@@ -210,8 +210,8 @@ class MonitoringPetInfoCard extends StatelessWidget {
info
.
careLevel
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
52
.
sp
,
fontWeight:
FontWeight
.
w
9
00
,
fontSize:
45
.
sp
,
fontWeight:
FontWeight
.
w
5
00
,
letterSpacing:
4
.
w
,
shadows:
const
[
Shadow
(
...
...
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