diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index 4ed650c55c..68a0aab704 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -1376,6 +1376,10 @@ export default defineComponent({ right: 0; } +.el-input--suffix .el-input__inner { + padding-right: 0; +} + .textarea-modal-opener { position: absolute; right: 0;