00:{{ recorderTime < 10 ? `0${recorderTime}` : recorderTime }} {
z-index: 1;
}
}
+.upload-tooltip-width {
+ width: 300px;
+}
diff --git a/ui/src/components/card-checkbox/index.vue b/ui/src/components/card-checkbox/index.vue
index e5d7282e3..d8f2176c9 100644
--- a/ui/src/components/card-checkbox/index.vue
+++ b/ui/src/components/card-checkbox/index.vue
@@ -60,7 +60,7 @@ function checkboxChange() {
emit('change')
}
-
\ No newline at end of file
+
diff --git a/ui/src/workflow/nodes/image-understand/index.vue b/ui/src/workflow/nodes/image-understand/index.vue
index 6ca722d29..c3f1184ad 100644
--- a/ui/src/workflow/nodes/image-understand/index.vue
+++ b/ui/src/workflow/nodes/image-understand/index.vue
@@ -7,7 +7,6 @@
:model="form_data"
label-position="top"
require-asterisk-position="right"
- class="mb-24"
label-width="auto"
ref="aiChatNodeFormRef"
hide-required-asterisk
@@ -132,7 +131,7 @@
历史聊天记录
-
+
diff --git a/ui/src/workflow/nodes/question-node/index.vue b/ui/src/workflow/nodes/question-node/index.vue
index c6a9918f9..adaee734b 100644
--- a/ui/src/workflow/nodes/question-node/index.vue
+++ b/ui/src/workflow/nodes/question-node/index.vue
@@ -152,6 +152,8 @@
:value-on-clear="0"
controls-position="right"
class="w-full"
+ :step="1"
+ :step-strictly="true"
/>