diff --git a/src/assets/less/common.less b/src/assets/less/common.less index d4e12b3..da0bd37 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -460,6 +460,9 @@ button.ant-btn { .info-label { font-family: Rubik, Rubik, sans-serif; } + .info-value { + line-height: 16px; + } } .info-row .info-label { flex: auto; @@ -478,7 +481,7 @@ button.ant-btn { font-family: Rubik, Rubik, sans-serif; font-weight: 400; font-size: 14px; - line-height: 16px; + line-height: 20px; color: @text-color; } .over-text { diff --git a/src/components/CommonCardInfo.vue b/src/components/CommonCardInfo.vue index 5280bc3..49471d6 100644 --- a/src/components/CommonCardInfo.vue +++ b/src/components/CommonCardInfo.vue @@ -66,13 +66,13 @@ export default {