mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +08:00
8 lines
142 B
SCSS
8 lines
142 B
SCSS
.ray-chart {
|
|
width: var(--ray-chart-width);
|
|
height: var(--ray-chart-height);
|
|
border: none;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
}
|