diff --git a/src/components/DescriptionList/index.less b/src/components/DescriptionList/index.less index 0259c0f1741092889e4bdd5b368fe003e191ede9..067144e4041110d9a85d76019c3ea5e515d175ef 100644 --- a/src/components/DescriptionList/index.less +++ b/src/components/DescriptionList/index.less @@ -17,6 +17,7 @@ } .term { + line-height: 22px; padding-bottom: 16px; margin-right: 8px; color: @heading-color; @@ -32,6 +33,7 @@ } .detail { + line-height: 22px; width: 100%; padding-bottom: 16px; color: @text-color; @@ -52,10 +54,17 @@ } .descriptionListSmall { + // offset the padding-bottom of last row + :global { + .ant-row { + margin-bottom: -8px; + } + } .title { margin-bottom: 12px; + color: @text-color; } - .term { + .term, .detail { padding-bottom: 8px; } } diff --git a/src/routes/Profile/AdvancedProfile.js b/src/routes/Profile/AdvancedProfile.js index 357d56d255d4cf408ef50350bd3b6f88937bf784..d97d71d2d1ea7fc3cbeda991caa845be9848456d 100644 --- a/src/routes/Profile/AdvancedProfile.js +++ b/src/routes/Profile/AdvancedProfile.js @@ -90,7 +90,7 @@ const popoverContent = (
耗时:2小时25分钟