diff --git a/src/components/collaboration/FeedbackHistroy.vue b/src/components/collaboration/FeedbackHistroy.vue
index 219fe45f14fece573d9f66bd9fcc97be69f3ba10..1c65f31245c957c381312fe6ee6a9425123de205 100644
--- a/src/components/collaboration/FeedbackHistroy.vue
+++ b/src/components/collaboration/FeedbackHistroy.vue
@@ -243,15 +243,15 @@ watch(
{{ row.administrator ?? '-' }}
-
+
-
-
+
-
-
+
-
@@ -289,6 +289,7 @@ watch(
.histroy-table {
border: 1px solid var(--o-color-control4);
border-radius: 4px;
+ position: relative;
&.total {
:deep(.o-table-wrap) {
height: 538px;
diff --git a/src/components/collaboration/TableShowOverflowTips.vue b/src/components/collaboration/TableShowOverflowTips.vue
index b156561a4be6231d07c47d0dd1c34caf0d5b2939..440577b58c45252826fdc5ae9ed37955a08d3caf 100644
--- a/src/components/collaboration/TableShowOverflowTips.vue
+++ b/src/components/collaboration/TableShowOverflowTips.vue
@@ -14,13 +14,19 @@ const props = defineProps({
return 2;
},
},
+ wrapper: {
+ type: String,
+ default: () => {
+ return '';
+ },
+ },
});
-const contentLen = computed(() => props.content.length > props.line * 11);
+const contentLen = computed(() => props.content.length > props.line * 10);
-
+
{{ content }}
@@ -28,15 +34,21 @@ const contentLen = computed(() => props.content.length > props.line * 11);
{{ content }}
- {{ content }}
+ {{ content }}
+