diff --git a/src/components/common/detail-drawer.vue b/src/components/common/detail-drawer.vue
new file mode 100644
index 0000000..8ccb7a0
--- /dev/null
+++ b/src/components/common/detail-drawer.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+ {{ props.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/common/log-drawer.vue b/src/components/common/log-drawer.vue
index 0f2e21f..a87a215 100644
--- a/src/components/common/log-drawer.vue
+++ b/src/components/common/log-drawer.vue
@@ -1,6 +1,7 @@
-
-
- {{ rowData?.groupName }}
- {{ rowData?.jobName }}
-
-
- {{ $t(taskBatchStatusRecord[rowData?.taskBatchStatus!]) }}
-
-
- {{ rowData?.executionAt }}
-
-
- {{ $t(operationReasonRecord[rowData?.operationReason!]) }}
-
-
-
-
- {{ $t(executorTypeRecord[rowData?.executorType!]) }}
-
-
-
- {{ rowData?.executorInfo }}
-
- {{ rowData?.createDt }}
-
-
+
+
+
+
+ {{ rowData?.groupName }}
+ {{ rowData?.jobName }}
+
+
+ {{ $t(taskBatchStatusRecord[rowData?.taskBatchStatus!]) }}
+
+
+ {{ rowData?.executionAt }}
+
+
+ {{ $t(operationReasonRecord[rowData?.operationReason!]) }}
+
+
+
+
+ {{ $t(executorTypeRecord[rowData?.executorType!]) }}
+
+
+
+ {{ rowData?.executorInfo }}
+
+ {{ rowData?.createDt }}
+
+
+
+
+
+
+
+