diff --git a/frontend/src/components/Config/ConfigList.vue b/frontend/src/components/Config/ConfigList.vue index 4ba92f3f..a41fcd96 100644 --- a/frontend/src/components/Config/ConfigList.vue +++ b/frontend/src/components/Config/ConfigList.vue @@ -145,7 +145,21 @@ :key="stageName" > .el-tag.inactive { opacity: 0.5; } + + .stage-list { + display: flex; + list-style: none; + } + + .stage-list .stage-item { + flex-basis: 360px; + display: flex; + } + + .stage-list .stage-item label { + width: 180px; + } + + .stage-list .stage-item .el-input { + height: 32px; + } + + .stage-list .stage-item .el-input .el-input__inner { + height: 32px; + inline-size: 32px; + }