Browse Source

档案-元数据样式调整

master
xuhuajiao 3 years ago
parent
commit
2ffb2684ed
  1. 10
      src/views/archivesManage/archivesList/module/archivesInfo/index.vue

10
src/views/archivesManage/archivesList/module/archivesInfo/index.vue

@ -48,7 +48,7 @@
<div v-if="archivesTabIndex==2" class="item-content"> <div v-if="archivesTabIndex==2" class="item-content">
<pre v-highlightjs="xml_show"> <pre v-highlightjs="xml_show">
<code class="highlight_s"> <code class="highlight_s">
{{ xml_show }}
{[xml_show]}
</code> </code>
</pre> </pre>
</div> </div>
@ -247,4 +247,12 @@ export default {
width: auto; width: auto;
color: #fff; color: #fff;
} }
::v-deep .hljs{
font-family: "Sans Mono", "Consolas", "Courier", monospace;
font-size: 12px;
.hljs-attribute{
display: inline-block;
margin: 2px 0 !important;
}
}
</style> </style>
Loading…
Cancel
Save