|
|
|
@ -405,7 +405,7 @@ const currentTableData = computed(() => { |
|
|
|
flex-direction: column; |
|
|
|
height: 100%; |
|
|
|
overflow: hidden; |
|
|
|
background: #f0f6ff; |
|
|
|
background: #fbfdff; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
@ -601,7 +601,7 @@ const currentTableData = computed(() => { |
|
|
|
} |
|
|
|
|
|
|
|
.stat-item { |
|
|
|
background: #f0f6ff; |
|
|
|
background: #fbfdff; |
|
|
|
border-radius: 8px; |
|
|
|
padding: 14px 10px; |
|
|
|
text-align: center; |
|
|
|
@ -789,7 +789,7 @@ const currentTableData = computed(() => { |
|
|
|
|
|
|
|
.supervision-item, |
|
|
|
.warning-item { |
|
|
|
background: #f0f6ff; |
|
|
|
background: #fbfdff; |
|
|
|
border-radius: 8px; |
|
|
|
padding: 16px 10px; |
|
|
|
text-align: center; |
|
|
|
@ -830,7 +830,7 @@ const currentTableData = computed(() => { |
|
|
|
&.warning-grid-divider { |
|
|
|
position: relative; |
|
|
|
grid-template-columns: 1fr auto 1fr; |
|
|
|
background: #f0f6ff; |
|
|
|
background: #fbfdff; |
|
|
|
border-radius: 8px; |
|
|
|
margin-top: 10px; |
|
|
|
.warning-item { |
|
|
|
|