fix: ui 样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user