This commit is contained in:
Pengxiansen
2025-02-27 01:11:00 +08:00
parent 48a45f3739
commit cd3b974959
3 changed files with 5 additions and 1 deletions

View File

@@ -241,6 +241,7 @@ const toFinish = (item) => {
position: absolute;
display: flex;
padding-bottom: 20px;
z-index: 9999;
.item-link {
height: 28px;

View File

@@ -608,6 +608,8 @@ const toPath = () => {
border-radius: 15px 15px 0 0;
padding: 5px 15px;
.task-item {
position: relative;
z-index: 9999;
display: flex;
padding: 20px 0;
border-bottom: 2px #d3e3f2 dashed;

View File

@@ -860,7 +860,7 @@ const toPath = () => {
.path-item-left {
position: absolute;
// width: 125px;
z-index: 9999;
.item-link {
display: flex;
align-items: center;
@@ -914,6 +914,7 @@ const toPath = () => {
position: absolute;
// width: 125px;
display: flex;
z-index: 9999;
.item-link {
height: 28px;