mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
增加文章删除事件的处理
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<!-- </div> -->
|
||||
<div>
|
||||
<el-badge :value="userMsg" :hidden="userMsg==0" class="message-count">
|
||||
<el-link type="primary" :href="`${webBaseUrl}/message/center/index`" target="_blank" :underline="false">
|
||||
<el-link type="primary" :href="`${webBaseUrl}/message/center/index`" :underline="false">
|
||||
<svg-icon style="margin-right: 0;font-size:26px;" icon-class="messfff"></svg-icon>
|
||||
</el-link>
|
||||
</el-badge>
|
||||
@@ -126,6 +126,7 @@ export default {
|
||||
components:{InterestCollection,GuideBox},
|
||||
data() {
|
||||
return {
|
||||
isTiao:false,
|
||||
interestShow:false,
|
||||
checked:true,
|
||||
signInShow: false,
|
||||
@@ -430,7 +431,7 @@ export default {
|
||||
color:#409EFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.el-button{
|
||||
margin-top: 1px;
|
||||
// margin-left: 20px;
|
||||
|
||||
Reference in New Issue
Block a user