@ -1,5 +1,6 @@
<template>
<el-descriptions
class="currenDescriptionsPage"
:title="title"
:column="column"
:direction="direction"
@ -162,4 +163,19 @@ export default {
}
</script>
<style lang="scss">
.currenDescriptionsPage{
th{
min-width: 200px !important;
width: auto;
td{
span{
display: inline-block;
max-height: 150px;
overflow: auto;
</style>
@ -95,6 +95,7 @@
:close-on-click-modal="true"
:close-on-press-escape="true"
:show-close="true"
width="70%"
>
<div v-loading="showParentLoading">
<curren-descriptions