Commit 1cb936b6 by caoyanzhi

解决表头换行的问题

parent 2f8d48fb
......@@ -69,7 +69,7 @@
{{ scope.row.isRealTime === 1 ? '实时' : '非实时' }}
</template>
</el-table-column>
<el-table-column label="最近更新时间" show-overflow-tooltip width="230px">
<el-table-column label="最近更新时间" show-overflow-tooltip>
<template slot-scope="scope">
<p class="h-18">{{ scope.row.latestUpdateTime | formatTimeYMD }}</p>
<p class="h-18">{{ scope.row.latestUpdateTime | formatTimeHMS }}</p>
......
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