style: 样式优化

feat-im-0607-ch
向文可 2 years ago
parent 71389fbb1a
commit 1f51e0ab06

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

@ -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>

Loading…
Cancel
Save