fix:工艺路线添加时route的高度调整
This commit is contained in:
parent
ddb17c9df3
commit
3274b9361e
|
@ -79,6 +79,8 @@
|
|||
|
||||
<!--工序!-->
|
||||
<el-main class="nopadding" v-if="active === 1">
|
||||
<el-container>
|
||||
<el-header>
|
||||
<div class="left-panel" style="margin: 10px">
|
||||
<el-button
|
||||
type="primary"
|
||||
|
@ -86,6 +88,8 @@
|
|||
@click="table_add"
|
||||
></el-button>
|
||||
</div>
|
||||
</el-header>
|
||||
<el-main>
|
||||
<scTable
|
||||
ref="tables"
|
||||
:apiObj="apiObj"
|
||||
|
@ -95,7 +99,6 @@
|
|||
hidePagination
|
||||
hideDo
|
||||
stripe
|
||||
style="height: 500px"
|
||||
>
|
||||
<el-table-column label="排序" prop="sort" width="50">
|
||||
</el-table-column>
|
||||
|
@ -138,7 +141,10 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</scTable>
|
||||
<div style="margin-top: 20px; text-align: center">
|
||||
</el-main>
|
||||
</el-container>
|
||||
</el-main>
|
||||
<el-footer v-if="active === 1" style="text-align: center">
|
||||
<el-button @click="handleLastStep" style="margin-right: 4px"
|
||||
>上一步</el-button
|
||||
>
|
||||
|
@ -155,8 +161,7 @@
|
|||
<el-button @click="$emit('closed')" type="warning"
|
||||
>退出</el-button
|
||||
>
|
||||
</div>
|
||||
</el-main>
|
||||
</el-footer>
|
||||
</el-container>
|
||||
<save-dialog
|
||||
v-if="dialog.save"
|
||||
|
|
Loading…
Reference in New Issue