style: moduleBox 样式调整

This commit is contained in:
@changcode
2022-01-04 11:18:15 +08:00
parent 9056ff5acb
commit af980817dd
3 changed files with 6 additions and 2 deletions

View File

@@ -173,6 +173,10 @@
);
}
}
.module-box-add.value-mapping-add {
height: 30px;
width: 30px;
}
.value-mapping-add {
margin-bottom: 10px;
height: 24px;

View File

@@ -513,7 +513,7 @@
</div>
</div>
<div style="text-align: center">
<div class="value-mapping-add" style="text-align: center;width: 25px;display: inline-block;">
<div class="value-mapping-add module-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'"/>
</div>
</div>

View File

@@ -22,7 +22,7 @@
</el-option>
</el-option-group>
</el-select>
<i class="nz-icon nz-icon-plus" @click="addPipelineShow"></i>
<i style="padding-right: 3px;" class="nz-icon nz-icon-plus" @click="addPipelineShow"></i>
</span>
</template>