Commit dc9d1ac8 authored by 陈明豪's avatar 陈明豪

bug修改

parent 44ec0260
......@@ -106,11 +106,11 @@
@selection-change="handleSelectionChange"
>
<el-table-column align="center" reserve-selection type="selection" width="55" />
<el-table-column label="序号" min-width="80" show-overflow-tooltip type="index" />
<el-table-column label="序号" width="80" show-overflow-tooltip type="index" />
<el-table-column label="文章标题" prop="articleTitle" show-overflow-tooltip min-width="200">
<template slot-scope="scope">
<!--<span style="white-space: pre-wrap">{{ scope.row.articleTitle || '-' }}</span>-->
<span>{{ scope.row.articleTitle || '-' }}</span>
<span style="white-space: pre">{{ scope.row.articleTitle || '-' }}</span>
</template>
</el-table-column>
<el-table-column
......
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