| | |
| | | </el-form-item> |
| | | |
| | | </el-form> |
| | | <div style="display: flex;justify-content: center"> |
| | | <div class="content"> |
| | | <flow-deail ref="flowRef" v-if="data.showData"></flow-deail> |
| | | <el-empty description="暂无数据" style="margin-top: 10%" v-else></el-empty> |
| | | </div> |
| | | <div style="display: flex;justify-content: center;margin-top: 20px"> |
| | | <el-card :style="{ height: '650px' ,overflow: 'auto'}"> |
| | | <div class="content"> |
| | | <flow-deail ref="flowRef" v-if="data.showData"></flow-deail> |
| | | <el-empty description="暂无数据" style="margin-top: 10%" v-else></el-empty> |
| | | </div> |
| | | </el-card> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <style scoped lang="scss"> |
| | | .query{ |
| | | .content{ |
| | | margin-top: 40px; |
| | | width: 650px; |
| | | height: 650px; |
| | | border: 1px solid black; |
| | | overflow-y: scroll; |
| | | //height: 650px; |
| | | //border: 1px solid #c2bfbf; |
| | | |
| | | } |
| | | } |
| | | </style> |