提交 aae5c707 authored 作者: wangjiahao's avatar wangjiahao

refactor: 优化辅助方格显示

上级 57961f6c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<path <path
:d="smallGridPathD" :d="smallGridPathD"
fill="none" fill="none"
stroke="rgba(207, 207, 207, 0.5)" stroke="rgba(207, 207, 207, 0.3)"
stroke-width="1" stroke-width="1"
/> />
</pattern> </pattern>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<path <path
:d="middleGridPathD" :d="middleGridPathD"
fill="none" fill="none"
stroke="rgba(207, 207, 207, 0.7)" stroke="rgba(207, 207, 207, 0.3)"
stroke-width="1.5" stroke-width="1.5"
/> />
</pattern> </pattern>
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
<path <path
:d="pathD" :d="pathD"
fill="none" fill="none"
stroke="rgba(64,158,255,0.5)" stroke="rgba(207, 207, 207, 0.7)"
stroke-width="2" stroke-width="2.5"
/> />
</pattern> </pattern>
</defs> </defs>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论