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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
76 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
...
...
@@ -525,7 +526,7 @@
},
};
</
script
>
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.temp
{
width
:
100%
;
table
{
...
...
@@ -594,79 +595,81 @@
text-align
:
center
;
}
}
.zdjbxxTable
{
margin
:
10px
0
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
border-bottom
:
1px
solid
#000
;
}
.insetDialog
{
.zdjbxxTable
{
margin
:
10px
0
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
border-bottom
:
1px
solid
#000
;
.btnCol
{
position
:
relative
;
width
:
60px
;
.changeBtn
{
width
:
30px
;
height
:
30px
;
font-size
:
25px
;
padding
:
0px
0px
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin-top
:
-32px
;
margin-left
:
-15px
;
}
.el-button
+
.el-button
{
margin-left
:
-15px
;
margin-top
:
2px
;
}
}
th
{
height
:
36px
;
line-height
:
36px
;
font-size
:
16px
;
}
td
{
text-align
:
center
;
height
:
36px
;
padding
:
0
;
}
/
deep
/
.el-input__inner
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
.percent78
{
width
:
78%
;
float
:
left
;
}
.percent68
{
width
:
68%
!important
;
float
:
left
;
position
:
relative
;
top
:
7px
;
}
.percent30
{
width
:
30%
!important
;
float
:
left
;
}
.createBtn
{
position
:
absolute
;
width
:
50px
;
padding
:
6px
4px
;
right
:
4px
;
top
:
4px
;
}
.el-input__icon
{
line-height
:
37px
;
}
.el-select
{
width
:
100%
;
}
}
.btnCol
{
position
:
relative
;
width
:
60px
;
.changeBtn
{
width
:
30px
;
height
:
30px
;
font-size
:
25px
;
padding
:
0px
0px
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin-top
:
-32px
;
margin-left
:
-15px
;
}
.el-button
+
.el-button
{
margin-left
:
-15px
;
margin-top
:
2px
;
}
}
th
{
height
:
36px
;
line-height
:
36px
;
font-size
:
16px
;
}
td
{
text-align
:
center
;
height
:
36px
;
padding
:
0
;
}
/
deep
/
.el-input__inner
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
.percent78
{
width
:
78%
;
float
:
left
;
}
.percent68
{
width
:
68%
!important
;
float
:
left
;
position
:
relative
;
top
:
7px
;
}
.percent30
{
width
:
30%
!important
;
float
:
left
;
}
.createBtn
{
position
:
absolute
;
width
:
50px
;
padding
:
6px
4px
;
right
:
4px
;
top
:
4px
;
}
.el-input__icon
{
line-height
:
37px
;
}
.el-select
{
width
:
100%
;
}
}
}
</
style
>
...
...
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