|
|
@@ -60,10 +60,11 @@
|
|
|
:row-key="(record) => record.id"
|
|
|
:custom-row="customRow"
|
|
|
:pagination="false"
|
|
|
+ style="width: 1200px;"
|
|
|
>
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
<template v-if="column.dataIndex === 'postTitle'">
|
|
|
- <div class="forum-list-title">{{ record.postTitle }}</div>
|
|
|
+ <div class="forum-list-title one-line">{{ record.postTitle }}</div>
|
|
|
<div class="forum-list-type">
|
|
|
{{ postName(record.postType) }} {{ record.typeName ? '|' : '' }} {{ record.typeName }}
|
|
|
</div>
|
|
|
@@ -359,6 +360,7 @@
|
|
|
}
|
|
|
|
|
|
.one-line {
|
|
|
+ max-width: 700px;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 1;
|