Merge branch 'feat-im-0607-ch' of http://internel-git.mashibing.cn/yanxuan-frontend/shop-admin into feat-im-0607-ch

feat-im-0607-ch
ch 2 years ago
commit b2334ae408

@ -378,6 +378,7 @@
display: flex; display: flex;
border: 1px solid #ebeef5; border: 1px solid #ebeef5;
.aside { .aside {
width: 240px;
border-right: 1px solid #ebeef5; border-right: 1px solid #ebeef5;
.aside-header { .aside-header {
height: 60px; height: 60px;

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

Loading…
Cancel
Save