2023-10-20 19:19:42 +08:00

12 lines
243 B
Plaintext

.chartPanel :global {
width: 100%;
height: 100%;
pointer-events: auto;
padding: 12px;
border: 1px solid #04fbfd;
color: #02f9ff !important;
background-color: #000000e7;
transition: all 0.3s ease-in-out;
border-radius: 8px;
}