feat: 报告param改为选择

This commit is contained in:
chenjinsong
2022-06-22 16:25:24 +08:00
parent 8ffbed83d5
commit d8a7e631f0
2 changed files with 51 additions and 4 deletions

View File

@@ -110,4 +110,14 @@
}
}
}
.right-box__select--param {
.el-input__prefix {
left: 0;
background-color: #f5f7fa;
color: #999;
padding: 0 15px;
border: 1px solid #dcdfe6;
border-radius: 2px 0 0 2px;
}
}
}