feat(desc-page): add desc page demo

This commit is contained in:
vben
2020-11-17 22:28:32 +08:00
parent 0b6110a8fc
commit 7a000366b9
17 changed files with 573 additions and 44 deletions

View File

@@ -7,6 +7,12 @@
width: 100%;
}
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
// .ant-form-item-label {
// text-align: unset;
// }

View File

@@ -111,7 +111,7 @@
// =================================
// Main text color
@text-color-base: #2c3a61;
@text-color-base: @text-color;
// Label color
@text-color-call-out: #606266;