feat: 实现小程序离线巡检与可靠同步
This commit is contained in:
@@ -120,6 +120,33 @@
|
||||
margin: $spacing-lg 0 $spacing-md;
|
||||
}
|
||||
|
||||
.queueMeta {
|
||||
font-size: $font-size-xs;
|
||||
color: $color-text-tertiary;
|
||||
margin-bottom: $spacing-sm;
|
||||
}
|
||||
|
||||
.offlineCard {
|
||||
background: #fff8e6;
|
||||
border-radius: $radius-md;
|
||||
padding: $spacing-md;
|
||||
margin-bottom: $spacing-sm;
|
||||
box-shadow: $shadow-card;
|
||||
}
|
||||
|
||||
.offlineStatus {
|
||||
font-size: $font-size-xs;
|
||||
color: $color-warning;
|
||||
font-weight: $font-weight-semibold;
|
||||
}
|
||||
|
||||
.offlineError {
|
||||
display: block;
|
||||
font-size: $font-size-xs;
|
||||
color: $color-error;
|
||||
margin-top: $spacing-xs;
|
||||
}
|
||||
|
||||
.historyList {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user