Commit 32b08127 authored by 黄奎's avatar 黄奎
parents bb2ad64a f41c354b
<style>
.Log_Content{
padding: 10px;
border-radius: 5px;
background-color: #f4f4f6;
color: #818194;
line-height: 2;
margin-top:10px;
}
</style>
<template>
<div>
<div style="display:flex;flex:1;flex-direction: column;overflow:hidden;">
......@@ -7,7 +17,7 @@
<template v-slot:title>
<div class="visit_Cont">
<div>{{tItem.LogTitle}}</div>
<div v-html="tItem.LogContent"></div>
<div class="Log_Content" v-if="tItem.LogContent" v-html="tItem.LogContent"></div>
</div>
</template>
<template v-slot:subtitle>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment