This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 639f73d92 [AMORO-3594] Improve table identifiers display (#3595)
639f73d92 is described below
commit 639f73d92607a9e67a31cb6fabb535b4b2ca82f2
Author: Xu Bai <[email protected]>
AuthorDate: Thu Jun 5 16:06:02 2025 +0800
[AMORO-3594] Improve table identifiers display (#3595)
---
amoro-web/src/views/optimize/components/List.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amoro-web/src/views/optimize/components/List.vue
b/amoro-web/src/views/optimize/components/List.vue
index 1b1fed24f..4b6aea1f0 100644
--- a/amoro-web/src/views/optimize/components/List.vue
+++ b/amoro-web/src/views/optimize/components/List.vue
@@ -218,7 +218,7 @@ onMounted(async () => {
<template #bodyCell="{ column, record }">
<template v-if="column.dataIndex === 'tableName'">
<a-typography-text
- style="width: 300px"
+ style="display: block;"
:ellipsis="{
tooltip: record.tableName,
}"