增加行属性组件

This commit is contained in:
2023-07-14 17:55:33 +08:00
parent 43d245572d
commit 9fd17392b7
8 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
.ul-descriptions-row {
border: 1px solid #F2F2F2;
color: #333333;
.label {
background-color: #FAFAFA;
}
.item {
padding: 6px 12px;
&:not(:last-child) {
border-bottom: 1px solid #F2F2F2;
}
}
}