Explorar el Código

style: thin odds curve lines

flyzto hace 6 horas
padre
commit
6516b1c316
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      web/apps/web-antd/src/views/match/odds-curve/index.vue

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

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