fix: ui 样式

This commit is contained in:
wanganmao
2022-11-15 14:25:14 +08:00
parent f117a4a647
commit 5b6b359568
6 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
</div>
<div
class="logical-title-line"
:style="{ left: `${activeIndex * posLeft}px`, width: `${lineWidth}px` }"
:style="{ left: `${(activeIndex) * posLeft + 20}px`, width: `${lineWidth}px` }"
></div>
</div>
</template>