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">
<pre v-highlightjs="xml_show">
<code class="highlight_s">
{{ xml_show }}
{[xml_show]}
</code>
</pre>
</div>
@ -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;
}
}
</style>
Loading…
Cancel
Save