NEZ-695 style:样式错误修复
This commit is contained in:
@@ -336,3 +336,16 @@ export default {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style scoped>
|
||||||
|
.severity-circle{
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
.severity-box{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.severity-box /deep/ .el-select .el-input__inner{
|
||||||
|
padding-left: 25px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user