From ea6d5376da61f073445a943b1fdc9f321ce8342a Mon Sep 17 00:00:00 2001 From: hucongqian Date: Thu, 30 Jun 2022 13:47:21 +0800 Subject: [PATCH] =?UTF-8?q?title=E7=BB=84=E4=BB=B6=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/workBench/components/content-title.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/back/src/views/modules/workBench/components/content-title.vue b/back/src/views/modules/workBench/components/content-title.vue index b5afc6ca..8f061e2f 100644 --- a/back/src/views/modules/workBench/components/content-title.vue +++ b/back/src/views/modules/workBench/components/content-title.vue @@ -1,16 +1,16 @@ @@ -20,8 +20,9 @@ export default { height: 48px; line-height: 48px; font-size: 18px; - font-weight: bold; + display: flex; + align-items: center; + justify-content: space-between;; // color: #fff; - } \ No newline at end of file