style:弹框样式修改
Showing
4 changed files
with
6 additions
and
7 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 11:09:01 | 4 | * @LastEditTime: 2023-03-17 10:25:19 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class='result'> | 7 | <div class='result'> |
... | @@ -51,7 +51,7 @@ export default { | ... | @@ -51,7 +51,7 @@ export default { |
51 | height: 100%; | 51 | height: 100%; |
52 | 52 | ||
53 | /deep/.el-textarea__inner { | 53 | /deep/.el-textarea__inner { |
54 | height: 30vh !important; | 54 | height: 50%; |
55 | color: #ffffff; | 55 | color: #ffffff; |
56 | border: none !important; | 56 | border: none !important; |
57 | color: #ffffff; | 57 | color: #ffffff; |
... | @@ -62,6 +62,7 @@ export default { | ... | @@ -62,6 +62,7 @@ export default { |
62 | border-radius: 2px; | 62 | border-radius: 2px; |
63 | padding: 10px; | 63 | padding: 10px; |
64 | box-sizing: border-box; | 64 | box-sizing: border-box; |
65 | height: 49%; | ||
65 | 66 | ||
66 | p { | 67 | p { |
67 | color: #2997E8; | 68 | color: #2997E8; | ... | ... |
... | @@ -116,7 +116,6 @@ | ... | @@ -116,7 +116,6 @@ |
116 | <div class="editDialogBox-box JsonEditor" v-if="titleName == 'xyjg'"> | 116 | <div class="editDialogBox-box JsonEditor" v-if="titleName == 'xyjg'"> |
117 | <Xyjg :form-data='dataReport'></Xyjg> | 117 | <Xyjg :form-data='dataReport'></Xyjg> |
118 | </div> | 118 | </div> |
119 | </div> | ||
120 | <div class="d-center" v-if="!$store.state.business.Edit && titleName == 'sjmx'"> | 119 | <div class="d-center" v-if="!$store.state.business.Edit && titleName == 'sjmx'"> |
121 | <btn nativeType="cz" @click="dialogVisible = false">取 消</btn> | 120 | <btn nativeType="cz" @click="dialogVisible = false">取 消</btn> |
122 | <btn nativeType="cx" @click="submitForm">保 存</btn> | 121 | <btn nativeType="cx" @click="submitForm">保 存</btn> |
... | @@ -124,6 +123,7 @@ | ... | @@ -124,6 +123,7 @@ |
124 | <div class="d-center" v-if="!$store.state.business.Edit && titleName == 'xml'"> | 123 | <div class="d-center" v-if="!$store.state.business.Edit && titleName == 'xml'"> |
125 | <btn nativeType="cx" @click="handleResubmit">重新上报</btn> | 124 | <btn nativeType="cx" @click="handleResubmit">重新上报</btn> |
126 | </div> | 125 | </div> |
126 | </div> | ||
127 | </el-dialog> | 127 | </el-dialog> |
128 | </template> | 128 | </template> |
129 | 129 | ... | ... |
... | @@ -69,9 +69,8 @@ | ... | @@ -69,9 +69,8 @@ |
69 | 69 | ||
70 | .regularHeight { | 70 | .regularHeight { |
71 | display: flex; | 71 | display: flex; |
72 | flex: 1; | ||
73 | height: 100%; | ||
74 | flex-direction: column; | 72 | flex-direction: column; |
73 | height: 87vh; | ||
75 | 74 | ||
76 | .editDialogBox-con, | 75 | .editDialogBox-con, |
77 | .JsonEditor { | 76 | .JsonEditor { | ... | ... |
... | @@ -484,8 +484,7 @@ export default { | ... | @@ -484,8 +484,7 @@ export default { |
484 | .regularHeight { | 484 | .regularHeight { |
485 | display: flex; | 485 | display: flex; |
486 | flex-direction: column; | 486 | flex-direction: column; |
487 | flex: 1; | 487 | height: 87vh; |
488 | height: 100%; | ||
489 | margin-bottom: 5px; | 488 | margin-bottom: 5px; |
490 | 489 | ||
491 | .editDialogBox-con, | 490 | .editDialogBox-con, | ... | ... |
-
Please register or sign in to post a comment