diff --git a/src/components/Basic/src/BasicTitle.vue b/src/components/Basic/src/BasicTitle.vue index 7a796cb..b8c018f 100644 --- a/src/components/Basic/src/BasicTitle.vue +++ b/src/components/Basic/src/BasicTitle.vue @@ -47,9 +47,9 @@ display: flex; padding-left: 7px; font-size: 16px; - font-weight: 500; + font-weight: 600; line-height: 24px; - color: @text-color-base; + color: rgba(51, 51, 51, 0.88);; cursor: move; user-select: none; diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 8cdb2fa..b980314 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -1,5 +1,5 @@