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
1a6132d1
authored
2020-11-10 19:16:07 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多层弹框样式修改
1 parent
3e745cf5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/components/formMenu/qlr.vue
src/views/systemZRZ/lpb/bjlp/index.vue
src/components/formMenu/qlr.vue
View file @
1a6132d
...
...
@@ -46,6 +46,7 @@
<el-dialog
title=
"权利人信息"
:visible
.
sync=
"dialogVisible"
custom-class=
"insetDialog"
append-to-body
width=
"50%"
center
...
...
@@ -594,6 +595,8 @@
text-align
:
center
;
}
}
}
.insetDialog
{
.zdjbxxTable
{
margin
:
10px
0
;
background-color
:
#fff
;
...
...
src/views/systemZRZ/lpb/bjlp/index.vue
View file @
1a6132d
...
...
@@ -324,9 +324,9 @@ export default {
// 双击
this
.
hbsm
=
this
.
bsms
[
this
.
bsms
.
length
-
1
];
this
.
hbjVisible
=
true
;
setTimeout
(()
=>
{
this
.
$nextTick
(
function
()
{
this
.
$refs
.
hbj
.
getHInfo
(
this
.
hbsm
);
}
,
0
);
}
)
}
else
{
//单击 TO DO
...
...
Please
register
or
sign in
to post a comment