diff --git a/src/views/system/index/components/d2-page-cover/index.vue b/src/views/system/index/components/d2-page-cover/index.vue index 81162b51..e8c2824b 100644 --- a/src/views/system/index/components/d2-page-cover/index.vue +++ b/src/views/system/index/components/d2-page-cover/index.vue @@ -33,17 +33,22 @@ margin: 0px; margin-bottom: 20px; font-weight: bold; + font-size: 16px; + line-height: 16px; color: $color-text-main; } .d2-page-cover__sub-title { margin: 0px; - margin-bottom: 5px; + margin-bottom: 10px; + font-size: 14px; + line-height: 14px; color: $color-text-normal; } .d2-page-cover__build-time { margin: 0px; margin-bottom: 10px; font-size: 12px; + line-height: 12px; color: $color-text-placehoder; } } diff --git a/src/views/system/index/page.vue b/src/views/system/index/page.vue index 81eb176f..d457561d 100644 --- a/src/views/system/index/page.vue +++ b/src/views/system/index/page.vue @@ -64,6 +64,7 @@ export default { .btn-group { color: $color-text-placehoder; font-size: 12px; + line-height: 12px; margin-top: 0px; margin-bottom: 20px; .btn-group__btn {