style: endpoint 和 modules 样式错乱不统一
This commit is contained in:
@@ -208,6 +208,15 @@
|
|||||||
text-transform: Capitalize;
|
text-transform: Capitalize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.endpoint-box-add.value-mapping-add {
|
||||||
|
height: 28px;
|
||||||
|
width: 30px;
|
||||||
|
.nz-icon.nz-icon-plus {
|
||||||
|
position: absolute;
|
||||||
|
right: -8px;
|
||||||
|
top: -3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sub-label {
|
.sub-label {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|||||||
@@ -178,10 +178,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.module-box-add.value-mapping-add {
|
.module-box-add.value-mapping-add {
|
||||||
height: 30px;
|
height: 28px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
.nz-icon.nz-icon-plus {
|
.nz-icon.nz-icon-plus {
|
||||||
padding-right: 3px;
|
position: absolute;
|
||||||
|
right: -8px;
|
||||||
|
top: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.value-mapping-add {
|
.value-mapping-add {
|
||||||
|
|||||||
@@ -534,7 +534,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<div class="value-mapping-add" style="text-align: center;width: 25px;display: inline-block;">
|
<div class="value-mapping-add endpoint-box-add" style="text-align: center;width: 30px;display: inline-block;">
|
||||||
<pipelineSelect :index="item.pipeline.length - 1" :father-pipeline="item.pipeline" @addPipeline="(pipelineIndex,obj)=>{addPipeline(obj,index,pipelineIndex,'push')}" :type="'push'"/>
|
<pipelineSelect :index="item.pipeline.length - 1" :father-pipeline="item.pipeline" @addPipeline="(pipelineIndex,obj)=>{addPipeline(obj,index,pipelineIndex,'push')}" :type="'push'"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user