mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
异常样式
This commit is contained in:
parent
02b8a38337
commit
a7399dfadd
|
@ -260,12 +260,12 @@ $size: 20px;
|
|||
|
||||
.row-item.alarm {
|
||||
.label {
|
||||
background: red;
|
||||
background: red !important;
|
||||
}
|
||||
|
||||
.value {
|
||||
color: red;
|
||||
border-color: red;
|
||||
color: red !important;
|
||||
border-color: red !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -293,11 +293,11 @@ const breakRemote = () => {
|
|||
}
|
||||
.row-item.alarm {
|
||||
.label {
|
||||
background: red;
|
||||
background: red !important;
|
||||
}
|
||||
.value {
|
||||
color: red;
|
||||
border-color: red;
|
||||
color: red !important;
|
||||
border-color: red !important;
|
||||
}
|
||||
}
|
||||
.info-box {
|
||||
|
|
Loading…
Reference in New Issue
Block a user