From a42ea7bc40aff3f3349aad7e4fea5e5d3ed83607 Mon Sep 17 00:00:00 2001 From: liu xm Date: Wed, 9 Feb 2022 09:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=A2=84=E8=A7=88=E9=A1=B5?= =?UTF-8?q?=E5=8F=AF=E5=A4=8D=E5=88=B6=E6=8E=A5=E5=8F=A3URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/doc/DocView/index.vue | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/front/src/views/doc/DocView/index.vue b/front/src/views/doc/DocView/index.vue index 00ad66ce..cddcd5a1 100644 --- a/front/src/views/doc/DocView/index.vue +++ b/front/src/views/doc/DocView/index.vue @@ -31,8 +31,14 @@

{{ $ts('maintainer') }}{{ docInfo.author }}

URL

@@ -99,6 +105,10 @@ h4 .content { margin: 0 10px; } +.debug-url .copyBtn { + margin-left: 10px; + cursor: pointer; +}