diff --git a/ui/src/components/ai-chat/LogOperationButton.vue b/ui/src/components/ai-chat/LogOperationButton.vue
index 4f48a49e0..cf6529e93 100644
--- a/ui/src/components/ai-chat/LogOperationButton.vue
+++ b/ui/src/components/ai-chat/LogOperationButton.vue
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue
index d478a924a..27152030a 100644
--- a/ui/src/components/ai-chat/index.vue
+++ b/ui/src/components/ai-chat/index.vue
@@ -66,7 +66,7 @@
-
+
diff --git a/ui/src/views/log/component/EditContentDialog.vue b/ui/src/views/log/component/EditContentDialog.vue
index 7b30e1e71..ebbfd319b 100644
--- a/ui/src/views/log/component/EditContentDialog.vue
+++ b/ui/src/views/log/component/EditContentDialog.vue
@@ -27,7 +27,12 @@
-
+
@@ -69,7 +74,7 @@ const {
params: { id }
} = route as any
-
+const emit = defineEmits(['refresh'])
const formRef = ref()
const dialogVisible = ref(false)
@@ -159,6 +164,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
loading
)
.then((res: any) => {
+ emit('refresh', res.data)
dialogVisible.value = false
})
} else {
diff --git a/ui/src/views/log/index.vue b/ui/src/views/log/index.vue
index f9f1417dc..aed64e416 100644
--- a/ui/src/views/log/index.vue
+++ b/ui/src/views/log/index.vue
@@ -27,6 +27,7 @@
@row-click="rowClickHandle"
v-loading="loading"
:row-class-name="setRowClass"
+ class="log-table"
>
@@ -245,4 +246,8 @@ onMounted(() => {
getDetail()
})
-
+
diff --git a/ui/src/views/paragraph/component/ParagraphDialog.vue b/ui/src/views/paragraph/component/ParagraphDialog.vue
index 624b2c88e..a474f1d21 100644
--- a/ui/src/views/paragraph/component/ParagraphDialog.vue
+++ b/ui/src/views/paragraph/component/ParagraphDialog.vue
@@ -7,9 +7,9 @@
destroy-on-close
>
-
+
-