bill 13 часов назад
Родитель
Сommit
c76437f29a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/components/line/index.ts

+ 1 - 1
src/core/components/line/index.ts

@@ -23,7 +23,7 @@ export { useDraw } from "./use-draw.ts";
 export const shapeName = "线段";
 export const defaultStyle = {
   stroke: "#000000",
-  strokeWidth: 20,
+  strokeWidth: 12,
   dash: [30, 0],
 };