|
@@ -167,9 +167,10 @@
|
|
|
>
|
|
|
|
|
|
</el-row>
|
|
|
- <div class="footer" style="float: right;
|
|
|
- margin-bottom:2px;">
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <div style="margin-top: 100px; margin-left:45%">
|
|
|
+ <el-button type="info" @click="cancel">取消</el-button>
|
|
|
+ <!-- <el-button type="success" @click="submitForm"
|
|
|
+ >提交</el-button> -->
|
|
|
</div>
|
|
|
<!--预览-->
|
|
|
<el-dialog :visible.sync="openFile" width="1000px" append-to-body>
|