mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-11 15:01:40 +08:00
bug fixed.
This commit is contained in:
9
src/assets/css/svg.css
Normal file
9
src/assets/css/svg.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* 调整 SVG 中文本定位点到文本中央 */
|
||||
text {
|
||||
text-anchor: middle;
|
||||
dominant-baseline: middle;
|
||||
}
|
||||
|
||||
svg {
|
||||
user-select: none;
|
||||
}
|
Reference in New Issue
Block a user