update code
parent
e52fafbc49
commit
b0e16ac471
|
@ -9,7 +9,7 @@
|
|||
<el-image v-if="info.imageUrl" class="info-image" :src="'/jhapi' + info.imageUrl + '.min.jpg'"
|
||||
:preview-src-list="['/jhapi' + info.imageUrl]"></el-image>
|
||||
</div>
|
||||
<pre v-html="info.content"></pre>
|
||||
<pre v-html="info.content" style="white-space: break-spaces;"></pre>
|
||||
</div>
|
||||
</MyDialog>
|
||||
</template>
|
||||
|
|
|
@ -141,6 +141,10 @@ export default {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding:6px;
|
||||
.el-image__inner{
|
||||
height: 100%;
|
||||
width:unset !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue