Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
0abf3d46
authored
2020-12-01 17:00:34 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户表单样式调整,增加宽度、高度
1 parent
82416799
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/views/panel/search/index.vue
src/views/panel/search/index.vue
View file @
0abf3d4
...
...
@@ -46,7 +46,7 @@
</el-pagination>
</div>
<el-dialog
title=
"户编辑"
:visible
.
sync=
"hbjVisible"
width=
"5
0%"
center
>
<el-dialog
title=
"户编辑"
class=
"hbjDialog"
:visible
.
sync=
"hbjVisible"
width=
"7
0%"
center
>
<hbj
ref=
"hbj"
:bsm=
"hbsm"
:key=
"hbsm"
></hbj>
<div
class=
"btnGroup"
>
<el-button
type=
"primary"
@
click=
"hbjSaveInfo"
>
保存
</el-button>
...
...
@@ -201,5 +201,14 @@
padding
:
18px
0
;
}
}
.hbjDialog
{
/deep/
.el-dialog{
margin-top
:
10vh
!important
;
}
}
.btnGroup
{
margin
:
20px
auto
0
;
width
:
230px
;
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment