diff --git a/ui/src/components/ai-chat/LogOperationButton.vue b/ui/src/components/ai-chat/LogOperationButton.vue
index 4f48a49e..cf6529e9 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 d478a924..27152030 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 7b30e1e7..ebbfd319 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 f9f1417d..aed64e41 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 624b2c88..a474f1d2 100644
--- a/ui/src/views/paragraph/component/ParagraphDialog.vue
+++ b/ui/src/views/paragraph/component/ParagraphDialog.vue
@@ -7,9 +7,9 @@
destroy-on-close
>
-
+
-