|
@@ -35,10 +35,11 @@ const momentList = ref([
|
|
|
type: '', // 类型跳转发布时的type
|
|
|
}
|
|
|
])
|
|
|
+
|
|
|
const handleClickMoment = moment => {
|
|
|
console.log('%c click moment item >>>', 'background: blue; color: #fff', moment);
|
|
|
-
|
|
|
}
|
|
|
+
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
@@ -124,9 +125,11 @@ const handleClickMoment = moment => {
|
|
|
</ul>
|
|
|
</div>
|
|
|
</el-popover>
|
|
|
+
|
|
|
<el-button link>
|
|
|
<SvgIcon name="ding" :size="24"></SvgIcon>
|
|
|
</el-button>
|
|
|
+
|
|
|
<!-- NOTE: User Avatar container -->
|
|
|
<el-popover placement="bottom-start" :width="276" trigger="click">
|
|
|
<template #reference>
|
|
@@ -531,10 +534,6 @@ const handleClickMoment = moment => {
|
|
|
margin-bottom: 10px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
- // display: grid;
|
|
|
- // grid-template-columns: repeat(3, 33%);
|
|
|
- // text-align: center;
|
|
|
}
|
|
|
}
|
|
|
}
|