style: border radius 8px
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.cardWrapper {
|
||||
border-radius: var(--border-radius-middle);
|
||||
border-radius: var(--border-radius-small);
|
||||
background-color: var(--color-white-1);
|
||||
box-shadow: var(--box-shadow-base);
|
||||
padding: 10px;
|
||||
|
||||
@@ -45,6 +45,12 @@ const LineChart: React.FC<LineChartProps> = (props) => {
|
||||
style: {
|
||||
lineWidth: 1.5,
|
||||
opacity: 0.8
|
||||
// stroke: (params: any) => {
|
||||
// return (
|
||||
// params.color ||
|
||||
// 'linear-gradient(90deg,rgba(84, 204, 152,0.8) 0%,rgba(0, 168, 143,.7) 100%)'
|
||||
// );
|
||||
// }
|
||||
},
|
||||
legend: {
|
||||
color: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
:local(.wrapper) {
|
||||
@wrapheight: 54px;
|
||||
@inputheight: 32px;
|
||||
@borderRadius: 20px;
|
||||
@borderRadius: 8px;
|
||||
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user