|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<template #header>
|
|
|
|
|
<div class="flex">
|
|
|
|
|
<div class="left">商品编号:{{ content.id }}</div>
|
|
|
|
|
<el-button type="text">复制</el-button>
|
|
|
|
|
<el-button type="text" @click="$copy(content.id)">复制</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="flex">
|
|
|
|
@ -228,5 +228,10 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&.--custom {
|
|
|
|
|
.message-body {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|