Browse Source

fix view variable display bug (#11100)

Devosend 2 years ago
parent
commit
7227acd653

+ 6 - 1
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-toolbar.tsx

@@ -227,7 +227,12 @@ export default defineComponent({
               <NTooltip
                 v-slots={{
                   trigger: () => (
-                    <NPopover placement='bottom' trigger='click'>
+                    <NPopover
+                      placement='bottom'
+                      trigger='click'
+                      scrollable
+                      style={{ maxWidth: '50vw', maxHeight: '70vh' }}
+                    >
                       {{
                         trigger: () => (
                           <NButton