From 2ffb2684edf83d96f44701c15544538aca056af6 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 17 Aug 2022 11:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88-=E5=85=83=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archivesList/module/archivesInfo/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/archivesManage/archivesList/module/archivesInfo/index.vue b/src/views/archivesManage/archivesList/module/archivesInfo/index.vue index 5d7d6a9..07bd4a2 100644 --- a/src/views/archivesManage/archivesList/module/archivesInfo/index.vue +++ b/src/views/archivesManage/archivesList/module/archivesInfo/index.vue @@ -48,7 +48,7 @@
             
-              {{ xml_show }}
+              {[xml_show]}
             
           
@@ -247,4 +247,12 @@ export default { width: auto; color: #fff; } +::v-deep .hljs{ + font-family: "Sans Mono", "Consolas", "Courier", monospace; + font-size: 12px; + .hljs-attribute{ + display: inline-block; + margin: 2px 0 !important; + } +}