diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index f96c418130..970c2e00df 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -26,10 +26,9 @@ -  / + / {{ dataCount }} -   - | Output:  + | Output: @@ -51,7 +50,7 @@ - | Data of Execution:  + | Data of Execution: @@ -790,6 +789,10 @@ export default mixins( .title-text { display: inline-flex; align-items: center; + + > * { + margin-right: 2px; + } } .title-data-display-selector {