ff665be0 by 任超

style:弹框样式修改

1 parent afb463c9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-03-13 11:09:01
* @LastEditTime: 2023-03-17 10:25:19
-->
<template>
<div class='result'>
......@@ -51,7 +51,7 @@ export default {
height: 100%;
/deep/.el-textarea__inner {
height: 30vh !important;
height: 50%;
color: #ffffff;
border: none !important;
color: #ffffff;
......@@ -62,6 +62,7 @@ export default {
border-radius: 2px;
padding: 10px;
box-sizing: border-box;
height: 49%;
p {
color: #2997E8;
......
......@@ -116,7 +116,6 @@
<div class="editDialogBox-box JsonEditor" v-if="titleName == 'xyjg'">
<Xyjg :form-data='dataReport'></Xyjg>
</div>
</div>
<div class="d-center" v-if="!$store.state.business.Edit && titleName == 'sjmx'">
<btn nativeType="cz" @click="dialogVisible = false">取 消</btn>
<btn nativeType="cx" @click="submitForm">保 存</btn>
......@@ -124,6 +123,7 @@
<div class="d-center" v-if="!$store.state.business.Edit && titleName == 'xml'">
<btn nativeType="cx" @click="handleResubmit">重新上报</btn>
</div>
</div>
</el-dialog>
</template>
......
......@@ -69,9 +69,8 @@
.regularHeight {
display: flex;
flex: 1;
height: 100%;
flex-direction: column;
height: 87vh;
.editDialogBox-con,
.JsonEditor {
......
......@@ -484,8 +484,7 @@ export default {
.regularHeight {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
height: 87vh;
margin-bottom: 5px;
.editDialogBox-con,
......