调整接点页面

This commit is contained in:
zhonghua.li
2026-04-18 21:53:48 +08:00
parent f373f591dd
commit 811f5ad16b
51 changed files with 74 additions and 262 deletions

View File

@@ -1,15 +0,0 @@
<svg width="81" height="81" viewBox="0 0 81 81" xmlns="http://www.w3.org/2000/svg">
<!-- 折线图图标 - 表示数据洞察 -->
<rect x="15" y="15" width="51" height="51" rx="2" fill="none" stroke="#7A7E83" stroke-width="2.5"/>
<!-- 网格线 -->
<line x1="15" y1="33" x2="66" y2="33" stroke="#7A7E83" stroke-width="1.5" stroke-dasharray="2,2"/>
<line x1="15" y1="48" x2="66" y2="48" stroke="#7A7E83" stroke-width="1.5" stroke-dasharray="2,2"/>
<!-- 折线 -->
<polyline points="20,55 30,45 40,35 50,40 60,30" fill="none" stroke="#7A7E83" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<!-- 数据点 -->
<circle cx="20" cy="55" r="3" fill="#7A7E83"/>
<circle cx="30" cy="45" r="3" fill="#7A7E83"/>
<circle cx="40" cy="35" r="3" fill="#7A7E83"/>
<circle cx="50" cy="40" r="3" fill="#7A7E83"/>
<circle cx="60" cy="30" r="3" fill="#7A7E83"/>
</svg>

Before

Width:  |  Height:  |  Size: 894 B