This commit is contained in:
yanran200730
2022-11-30 15:20:52 +08:00
parent 6b55a574d8
commit 7a936f8a9f

View File

@@ -20,7 +20,7 @@
</ai-wrapper> </ai-wrapper>
</template> </template>
</ai-card> </ai-card>
<ai-card title="操作信息"> <ai-card title="操作信息" v-if="info.orderStatus === '1'">
<template #content> <template #content>
<ai-wrapper <ai-wrapper
label-width="120px"> label-width="120px">
@@ -155,6 +155,14 @@
height: 80px; height: 80px;
margin-right: 20px; margin-right: 20px;
} }
span {
flex: 1;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
} }
</style> </style>