/* 调整 SVG 中文本定位点到文本中央 */ text { text-anchor: middle; dominant-baseline: middle; } svg { user-select: none; }