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
2be0a4ef
authored
2020-12-01 17:33:21 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表双击户打开的户编辑弹框样式调整
1 parent
0abf3d46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
src/assets/less/main.less
src/views/zrz/lpb/bjlp/index.vue
src/assets/less/main.less
View file @
2be0a4e
...
...
@@ -137,6 +137,9 @@ ol, ul { list-style:none; }
-webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4);
}
.el-dialog__body{
padding-bottom: 25px!important;
}
// 自定义右键菜单样式
.contextmenu {
margin: 0;
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
2be0a4e
...
...
@@ -247,7 +247,7 @@
@
close=
"hcxlzClose"
></h-cxlz>
<!-- 双击户的弹出框 -->
<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"
></hbj>
<div
class=
"btnGroup"
>
<el-button
type=
"primary"
@
click=
"hbjSaveInfo"
>
保存
</el-button>
...
...
@@ -852,5 +852,10 @@ export default {
margin
:
20px
auto
0
;
width
:
230px
;
}
.hbjDialog
{
/deep/
.el-dialog{
margin-top
:
10vh
!important
;
}
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment