Forráskód Böngészése

revert: restore default odds curve line width

flyzto 7 órája
szülő
commit
6400ed5671

+ 0 - 3
web/apps/web-antd/src/views/match/odds-curve/index.vue

@@ -232,9 +232,6 @@ const renderChart = () => {
       itemStyle: {
         color: getMarketColor(index),
       },
-      lineStyle: {
-        width: 1,
-      },
       name: MARKET_LABELS[key] ?? key,
       showSymbol: false,
       smooth: false,