From 60bdc38ab04957a32b331e7df0f84c60cfd0d797 Mon Sep 17 00:00:00 2001 From: lxx <1023785565@qq.com> Date: Thu, 27 May 2021 09:43:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/styles/index.scss | 8 ++++++++ front/src/views/doc/DocView/index.vue | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/front/src/styles/index.scss b/front/src/styles/index.scss index 6007e1b3..0bd90f6a 100644 --- a/front/src/styles/index.scss +++ b/front/src/styles/index.scss @@ -346,6 +346,14 @@ fieldset {border: 1px solid #DCDFE6;padding: 20px;} color: #909399; } +.doc-descr{ + display: flex; + + span{ + display: inline-block; + } +} + .v-note-wrapper {z-index: 1 !important;} .normal-menu {height: 100%;} .doc-modify-info { diff --git a/front/src/views/doc/DocView/index.vue b/front/src/views/doc/DocView/index.vue index 6e330056..7908052a 100644 --- a/front/src/views/doc/DocView/index.vue +++ b/front/src/views/doc/DocView/index.vue @@ -38,7 +38,11 @@ {{ docInfo.url }} -

{{ $ts('description') }}:{{ docInfo.description }}

+ +

+
{{ $ts('description') }}:
+ +

ContentType:{{ docInfo.contentType }}

{{ $ts('pathVariable') }}

-- Gitee From 6ccf23fa129b6574266f6102727e2fe36a0ce842 Mon Sep 17 00:00:00 2001 From: lxx <1023785565@qq.com> Date: Thu, 27 May 2021 09:48:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/doc/DocView/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/views/doc/DocView/index.vue b/front/src/views/doc/DocView/index.vue index 7908052a..3489c0ee 100644 --- a/front/src/views/doc/DocView/index.vue +++ b/front/src/views/doc/DocView/index.vue @@ -38,7 +38,6 @@ {{ docInfo.url }} -

{{ $ts('description') }}:
-- Gitee