fix: 修改 valueMapping 颜色未保存的问题

This commit is contained in:
zhangyu
2021-12-01 18:17:23 +08:00
parent 6867402a94
commit 294eee526c
3 changed files with 59 additions and 8 deletions

View File

@@ -12,10 +12,17 @@
border: 1px solid $--border-color-light;
border-radius: 2px;
display: flex;
padding: 3px 10px 3px 5px;
padding: 0;
padding-left: 5px;
line-height: 30px;
justify-content: space-between;
margin-bottom: 10px;
box-sizing: border-box;
height: 32px;
.title-content-left{
display: inline-flex;
align-items: center;
}
.nz-icon-copy {
padding: 0 4px;
color: $--color-primary;
@@ -50,7 +57,7 @@
margin-left: 5px;
}
.mapping-display{
width: 124px;
width: 100px;
font-size: 14px;
border: 1px solid $--border-color-light;
border-radius: 2px 0 0 2px;
@@ -67,5 +74,21 @@
margin-bottom: 10px;
padding: 3px 10px;
}
.prev-mapping-box{
border: 1px solid $--border-color-light;
display: inline-block;
min-width: 18px;
height: 25px;
line-height: 25px;
border-radius: 5px;
margin-left: 120px;
padding: 0 3px;
text-align: center;
}
.element-item {
padding: 0;
border-bottom: none;
margin-bottom: 10px;
}
}
}