diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index 9d97addf8f..384a1cb043 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -32,20 +32,18 @@ | Output: - + + + + | Data of Execution: - - /{{maxRunIndex+1}} + + + + +
@@ -585,7 +583,7 @@ export default mixins( top: 10px; right: 10px; height: 30px; - width: 130px; + width: 140px; padding: 7px; border-radius: 13px; color: $--color-primary; @@ -622,6 +620,24 @@ export default mixins( font-weight: bold; } } + + .el-select { + width: 80px; + z-index: 1; + + .el-input__suffix-inner { + // TODO: Not sure why I have to do that. Invesigate when I have some time + position: absolute; + top: -5px; + right: 0; + } + + input.el-input__inner { + border: 1px solid $--color-primary; + height: 25px; + line-height: 25px; + } + } } }