style:样式调整 当charbox出现滚动条时 input换行的问题
This commit is contained in:
@@ -2269,7 +2269,7 @@ li{
|
|||||||
}
|
}
|
||||||
.right-box-form>.el-form-item.half-form-item-other-two{
|
.right-box-form>.el-form-item.half-form-item-other-two{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 390px;
|
width: 380px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.right-box .right-box-form-add,.right-box .right-box-form-minus-box{
|
.right-box .right-box-form-add,.right-box .right-box-form-minus-box{
|
||||||
|
|||||||
@@ -1567,8 +1567,10 @@
|
|||||||
if(flag){
|
if(flag){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.showPicker[index].bac=false;
|
if(this.showPicker[index]){
|
||||||
this.showPicker[index].text=false;
|
this.showPicker[index].bac=false;
|
||||||
|
this.showPicker[index].text=false;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
delMapping:function(index){
|
delMapping:function(index){
|
||||||
this.editChart.param.valueMapping.mapping.splice(index,1)
|
this.editChart.param.valueMapping.mapping.splice(index,1)
|
||||||
|
|||||||
Reference in New Issue
Block a user