NEZ-1812 feat:部分图表value mapping增加icon

This commit is contained in:
zyh
2022-05-09 15:57:03 +08:00
parent b8df9f9c0a
commit 00fe36243c
12 changed files with 218 additions and 36 deletions

View File

@@ -148,6 +148,15 @@
padding-left: 10px;
box-sizing: border-box;
}
.mapping-icon{
position: absolute;
left: 8px;
height: 100%;
display: flex;
align-items: center;
font-size: 18px;
font-style: normal;
}
}
.thresholds-add{
border: 1px solid $--border-color-light;
@@ -156,6 +165,14 @@
margin-bottom: 10px;
padding: 3px 10px;
}
.prev-mapping-icon{
font-size: 16px;
height: 100%;
display: flex;
align-items: center;
position: absolute;
left: 200px;
}
.prev-mapping-box{
border: 1px solid $--border-color-light;
display: inline-block;
@@ -167,7 +184,7 @@
text-align: center;
position: absolute;
top: 0;
left: 200px;
left: 250px;
}
.element-item {
padding: 0;