feat: Descriptions组件重构

This commit is contained in:
kailong321200875
2023-06-25 16:02:15 +08:00
parent 4f8330a4fa
commit 49e415d277
14 changed files with 247 additions and 186 deletions

View File

@@ -40,7 +40,7 @@ ${selector}:before {
width: 1px;
height: 100%;
background-color: var(--layout-border-color);
z-index: 10;
z-index: 3;
}
`
}
@@ -58,7 +58,7 @@ ${selector}:after {
width: 1px;
height: 100%;
background-color: var(--layout-border-color);
z-index: 10;
z-index: 3;
}
`
}
@@ -76,7 +76,7 @@ ${selector}:before {
width: 100%;
height: 1px;
background-color: var(--layout-border-color);
z-index: 10;
z-index: 3;
}
`
}
@@ -94,7 +94,7 @@ ${selector}:after {
width: 100%;
height: 1px;
background-color: var(--layout-border-color);
z-index: 10;
z-index: 3;
}
`
}