Commit 34dee567 authored by Mac's avatar Mac

修改

parent 849ebab1
...@@ -50,13 +50,7 @@ ...@@ -50,13 +50,7 @@
<template v-slot:title> <template v-slot:title>
<div class="visit_Cont"> <div class="visit_Cont">
<div class="Log_Content" v-html="tItem.Remark"></div> <div class="Log_Content" v-html="tItem.Remark"></div>
<div
@click="delFollow(tItem.Id)"
style="margin-top:10px;"
class="visit_delete text-negative"
>
删除
</div>
</div> </div>
</template> </template>
<template v-slot:subtitle> <template v-slot:subtitle>
...@@ -147,6 +141,7 @@ export default { ...@@ -147,6 +141,7 @@ export default {
stuData: {}, stuData: {},
userInfo: {}, userInfo: {},
dataList: [], dataList: [],
page_Count:0,
}; };
}, },
......
...@@ -378,6 +378,7 @@ export default { ...@@ -378,6 +378,7 @@ export default {
} }
.w200text{ .w200text{
max-width: 260px; max-width: 260px;
min-width: 200px;
white-space: normal;word-break:break-all white-space: normal;word-break:break-all
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment