Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff665be0
authored
2023-03-17 10:32:11 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框样式修改
1 parent
afb463c9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
13 deletions
src/components/EditDialog/Result.vue
src/components/EditDialog/index.vue
src/styles/dialogBox.scss
src/views/sthj/components/editDialog.vue
src/components/EditDialog/Result.vue
View file @
ff665be
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-03-1
3 11:09:01
* @LastEditTime: 2023-03-1
7 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
;
...
...
src/components/EditDialog/index.vue
View file @
ff665be
...
...
@@ -116,13 +116,13 @@
<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
>
</div
>
<div
class=
"d-center"
v-if=
"!$store.state.business.Edit && titleName == 'xml'"
>
<
btn
nativeType=
"cx"
@
click=
"handleResubmit"
>
重新上报
</btn
>
<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>
<
/div
>
<div
class=
"d-center"
v-if=
"!$store.state.business.Edit && titleName == 'xml'"
>
<btn
nativeType=
"cx"
@
click=
"handleResubmit"
>
重新上报
</btn
>
<
/div
>
</div>
</el-dialog>
</
template
>
...
...
src/styles/dialogBox.scss
View file @
ff665be
...
...
@@ -69,9 +69,8 @@
.regularHeight
{
display
:
flex
;
flex
:
1
;
height
:
100%
;
flex-direction
:
column
;
height
:
87vh
;
.editDialogBox-con
,
.JsonEditor
{
...
...
src/views/sthj/components/editDialog.vue
View file @
ff665be
...
...
@@ -484,8 +484,7 @@ export default {
.regularHeight
{
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
height
:
100%
;
height
:
87vh
;
margin-bottom
:
5px
;
.editDialogBox-con,
...
...
Please
register
or
sign in
to post a comment