|
@@ -62,7 +62,9 @@
|
|
|
<!-- 详情页 -->
|
|
|
<el-dialog v-if="dialogVisible" v-dialogDrag :title="dialogTitle" top="0vh" :visible.sync="dialogVisible"
|
|
|
width="70%" height="100%">
|
|
|
+ <!-- <div style="height:calc(100vh - 121px); overflow:auto;"> -->
|
|
|
<tfDetail :detailData="detailData" :editState="editState" ref="dForm" />
|
|
|
+ <!-- </div> -->
|
|
|
<template slot="footer">
|
|
|
<el-button type="primary" icon="el-icon-check" @click="clickSave()" v-if="!editState">确 定</el-button>
|
|
|
<el-button icon="el-icon-close" @click="clickCancel()">关 闭</el-button>
|