update src/views/mes/md/workstation/index.vue.

style padding 规范修改

Signed-off-by: 刘继东 <wwwliujidong@163.com>
This commit is contained in:
刘继东 2022-10-18 07:13:59 +00:00 committed by Gitee
parent d486727bd7
commit fe28d1bf48
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -252,7 +252,7 @@
<el-card shadow="always" style="width:450px">
<div slot="header">
<span>设备资源</span>
<el-button style="float:right; padding 3px 0" @click="handleMachineryAdd" v-if="optType !='view'" type="text">新增</el-button>
<el-button style="float:right; padding: 3px 0" @click="handleMachineryAdd" v-if="optType !='view'" type="text">新增</el-button>
</div>
<WorkStationMachine ref="machineryList" :optType="optType" :workstationId="form.workstationId" style="align:center"></WorkStationMachine>
</el-card>
@ -261,7 +261,7 @@
<el-card shadow="always" style="width:400px">
<div slot="header">
<span>人力资源</span>
<el-button style="float:right; padding 3px 0" @click="handlePostAdd" v-if="optType !='view'" type="text">新增</el-button>
<el-button style="float:right; padding: 3px 0" @click="handlePostAdd" v-if="optType !='view'" type="text">新增</el-button>
</div>
<Workstationworker ref="postList" :optType="optType" :workstationId="form.workstationId"></Workstationworker>
</el-card>
@ -270,7 +270,7 @@
<el-card shadow="always" style="width:400px">
<div slot="header">
<span>工装夹具</span>
<el-button style="float:right; padding 5px 0" @click="handleToolTypeAdd" v-if="optType !='view'" type="text">新增</el-button>
<el-button style="float:right; padding: 5px 0" @click="handleToolTypeAdd" v-if="optType !='view'" type="text">新增</el-button>
</div>
<WorkStationTool ref="toolList" :optType="optType" :workstationId="form.workstationId"></WorkStationTool>
</el-card>