fix(data-process): 对齐输出类型控件宽度

This commit is contained in:
caoxiaozhu
2026-07-27 13:58:15 +08:00
parent 05c1a5c1e1
commit d8a11e4949
2 changed files with 4 additions and 3 deletions

View File

@@ -334,13 +334,13 @@ function modelMeta(model: ModelItem) {
.output-type-row {
display: grid;
grid-template-columns: minmax(0, 1fr) 220px;
grid-template-columns: minmax(0, 1fr) 150px;
align-items: center;
gap: 24px;
}
.output-type-select {
width: 220px;
width: 150px;
:deep(.el-select__wrapper) {
min-height: 44px;