fix(ui): fix z-index of horizontal line between statuses (#2778)

This commit is contained in:
TAKAHASHI Shuuji 2024-08-10 23:54:01 +09:00 committed by GitHub
parent f15c8a18d0
commit d79add2ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ const forceShow = ref(false)
<template>
<StatusLink :status="status" :hover="hover">
<!-- Upper border -->
<div :h="showUpperBorder ? '1px' : '0'" w-auto bg-border mb-1 />
<div :h="showUpperBorder ? '1px' : '0'" w-auto bg-border mb-1 z--1 />
<slot name="meta">
<!-- Line connecting to previous status -->