From 8e3952460cf1aa81b74ae92217297b3fd2849a69 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Wed, 22 May 2019 16:22:54 +0800 Subject: [PATCH] no message Former-commit-id: ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly 7c2602986b5abe8417cf231d750791d1081801d7 [formerly 6b766568d301b97a3db24e8538c4472b51132740]]]]] Former-commit-id: eb409de2d0e455cd12d5497def3bcb18fa35ba52 Former-commit-id: 1ef21460507be9367cb480e8220ffbf9b8907fea Former-commit-id: dd2b491bcc102013bca16048c6c2650464c80e80 [formerly 2d04c5e5d4ce5bc105186adba58bdb3b693af6f0] Former-commit-id: 4cedfaa434f4bc87cd3fea99001df6ba1408fa96 Former-commit-id: f5b1205e85627d4e90c362eab602cb8a896b3bed Former-commit-id: 21c4498318a852155dde2c96dbf4a31b8960543b Former-commit-id: 497747e51558eb14080516316a69bd1e182f4c15 Former-commit-id: 09e431d46de530ba25d23cabfddc8bd655a0b382 --- src/views/system/index/components/d2-page-cover/index.vue | 7 ++++++- src/views/system/index/page.vue | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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 {