|
@@ -673,7 +673,8 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
color: #959595;
|
|
|
font-size: 15px;
|
|
|
- &:nth-child(2) {
|
|
|
+
|
|
|
+ div:nth-child(2) {
|
|
|
cursor: pointer;
|
|
|
&:hover,
|
|
|
&:active {
|
|
@@ -738,6 +739,7 @@ export default {
|
|
|
.wt-alarm {
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
+ cursor: pointer;
|
|
|
span {
|
|
|
margin-left: 5px;
|
|
|
&.green {
|
|
@@ -768,6 +770,13 @@ export default {
|
|
|
color: #606769;
|
|
|
}
|
|
|
}
|
|
|
+ &:hover,
|
|
|
+ &:active {
|
|
|
+ span {
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.info-item {
|
|
|
font-size: 24px;
|