wangyunfei 1 month ago
parent 0ca0c0d490
commit 64ca98f4e1

@ -81,7 +81,7 @@ const OnlineMonitoring = () => {
x2: 0, x2: 0,
y2: 1, y2: 1,
colorStops: [ 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)' } { offset: 1, color: 'rgba(4, 167, 243, 0)' }
] ]
} }
@ -105,7 +105,7 @@ const OnlineMonitoring = () => {
x2: 0, x2: 0,
y2: 1, y2: 1,
colorStops: [ 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)' } { offset: 1, color: 'rgba(231, 196, 44, 0)' }
] ]
} }
@ -130,7 +130,7 @@ const OnlineMonitoring = () => {
y2: 0, y2: 0,
colorStops: [ colorStops: [
{ offset: 0, color: 'rgba(236, 105, 65, 0)' }, { 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 { .Ocontainer {
padding: 8px 6px; padding: 8px 6px 0px 6px;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save