|
|
@@ -45,9 +45,9 @@ function Exhibit() {
|
|
|
title: "展馆简介",
|
|
|
render: (item: ExhibitTableType) =>
|
|
|
item.description ? (
|
|
|
- item.description.length >= 20 ? (
|
|
|
+ item.description.length >= 30 ? (
|
|
|
<span style={{ cursor: "pointer" }} title={item.description}>
|
|
|
- {item.description.substring(0, 20) + "..."}
|
|
|
+ {item.description.substring(0, 30) + "..."}
|
|
|
</span>
|
|
|
) : (
|
|
|
item.description
|