@@ -36,6 +36,7 @@
:keys="item.keys"
card-type="detailed"
:detail="item.detail"
+ :line="false"
:tags="item.tags"
:time="item.time"
:isFile="item.hasFile"
@@ -253,6 +253,7 @@ export default {
background-color: #fff;
border-radius: 12px;
overflow: hidden;
+ box-shadow: 0px 2px 8px rgba(54, 147, 179, 0.05);
.message-unread {
position: absolute;
left: 0;
@@ -229,7 +229,8 @@ export default {
<style lang="scss" scoped>
.recommend-bg {
- margin-bottom: 8px;
+ padding-bottom: 8px;
+ background-color: #f5f5f5;
.remove-active ::v-deep .van-cell--clickable:active {
}