@@ -371,7 +428,7 @@ const SnailLogComponent = defineComponent({
}
pre {
- white-space: pre-wrap;
+ // white-space: pre-wrap;
word-break: break-word;
margin: 0;
font-size: 16px;
@@ -429,4 +486,12 @@ const SnailLogComponent = defineComponent({
font-size: 18px !important;
margin-right: 6px;
}
+
+.tool-header-full {
+ width: calc(100vw - 72px);
+}
+
+.tool-header {
+ width: calc(50vw - 72px);
+}
diff --git a/src/views/job/batch/index.vue b/src/views/job/batch/index.vue
index e3cfae8..5392633 100644
--- a/src/views/job/batch/index.vue
+++ b/src/views/job/batch/index.vue
@@ -302,7 +302,7 @@ async function handleStopJob(id: string) {
:columns="columns"
:data="data"
:flex-height="!appStore.isMobile"
- :scroll-x="962"
+ :scroll-x="2000"
:loading="loading"
remote
:row-key="row => row.id"