wangyunfei 1 month ago
parent 0ca0c0d490
commit 64ca98f4e1

@ -81,7 +81,7 @@ const OnlineMonitoring = () => {
x2: 0,
y2: 1,
colorStops: [
{ offset: 0, color: 'rgba(4, 167, 243, 0.5)' },
{ offset: 0, color: 'rgba(4, 167, 243, 0.3)' },
{ offset: 1, color: 'rgba(4, 167, 243, 0)' }
]
}
@ -105,7 +105,7 @@ const OnlineMonitoring = () => {
x2: 0,
y2: 1,
colorStops: [
{ offset: 0, color: 'rgba(231, 196, 44, 0.5)' },
{ offset: 0, color: 'rgba(231, 196, 44, 0.3)' },
{ offset: 1, color: 'rgba(231, 196, 44, 0)' }
]
}
@ -130,7 +130,7 @@ const OnlineMonitoring = () => {
y2: 0,
colorStops: [
{ offset: 0, color: 'rgba(236, 105, 65, 0)' },
{ offset: 1, color: 'rgba(236, 105, 65, 0.5)' }
{ offset: 1, color: 'rgba(236, 105, 65, 0.3)' }
]
}
},

@ -1,5 +1,5 @@
.Ocontainer {
padding: 8px 6px;
padding: 8px 6px 0px 6px;
height: 100%;
display: flex;
flex-direction: column;

Loading…
Cancel
Save