Commit e09ae888 authored by 张伯涛's avatar 张伯涛

样式问题

parent 99a7acfd
......@@ -13,7 +13,7 @@
<el-tab-pane name="file" label="附件信息" />
</el-tabs>
</div>
<el-form ref="form" label-width="auto" label-position="right" :model="form" style="height: 100%;flex:1" :rules="rules" :disabled="$route.query.type === 'checkDetails'">
<el-form ref="form" label-width="auto" label-position="right" :model="form" style="height: 100%;flex:1;width: 1040px" :rules="rules" :disabled="$route.query.type === 'checkDetails'">
<div class="right-form" @scroll="parentScroll">
<div class="step-form">
<div id="basic" class="step-header">
......@@ -2502,7 +2502,7 @@ export default {
flex-flow: row nowrap;
align-items: center;
.left-nav {
margin-right: 80px;
//margin-right: 80px;
}
.right-form {
margin-left: 80px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment