5a7556f3 by renchao@pashanhoo.com

style:受理申请样式修改

1 parent ed0b6916
<template>
<iframe :src="'http://192.168.2.22:8020/#/' + formData.bsmZd" frameborder="0" style="width: 100%; height:710px;"></iframe>
<iframe :src="window._config.services.management +'/#/' + formData.bsmZd" frameborder="0" style="width: 100%; height:710px;"></iframe>
</template>
<script>
export default {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:31:38
* @LastEditTime: 2023-08-10 16:33:09
-->
<template>
<!-- 受理信息 -->
<div class="slxx">
<el-form :model="ruleForm" :rules="rules" class="loadingtext" ref="ruleForm" :label-position="flag ? 'top' : ''"
:inline="flag" label-width="140px">
:inline="flag" label-width="180px">
<div class="slxx_con" :class="flag ? 'formMarginBot0' : ''">
<div class="slxx_title title-block">
受理信息
......