增加行属性组件

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

@@ -1130,6 +1130,20 @@
content: "";
}
.ul-descriptions-row {
border: 1px solid #F2F2F2;
color: #333333;
}
.ul-descriptions-row .label {
background-color: #FAFAFA;
}
.ul-descriptions-row .item {
padding: 6px 12px;
}
.ul-descriptions-row .item:not(:last-child) {
border-bottom: 1px solid #F2F2F2;
}
.ul-easy-item {
display: flex;
align-items: flex-start;

File diff suppressed because one or more lines are too long