fix: 搜索高亮跟随滚动同步 + 行号动态行高测量修复 v1.2.1

This commit is contained in:
thzxx
2026-05-27 17:34:30 +08:00
parent 8fea500cc1
commit eb05e9d1b1
5 changed files with 107 additions and 33 deletions
+1
View File
@@ -112,6 +112,7 @@
<!-- Search & Replace Bar -->
<div id="search-bar" class="hidden">
<div class="search-row">
<button id="btn-toggle-replace" class="search-opt-btn" title="展开替换行"></button>
<input type="text" id="search-input" placeholder="查找..." />
<span id="search-count"></span>
<button id="btn-case" class="search-opt-btn" title="区分大小写 (Alt+C)">Aa</button>