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
89fbaefe
authored
2021-01-19 10:36:07 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高度调整
1 parent
5b93c837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/panel/change/hb/index.vue
src/views/panel/change/hfghb/index.vue
src/views/panel/change/hb/index.vue
View file @
89fbaef
...
...
@@ -187,7 +187,7 @@
</div>
</el-tab-pane>
<el-tab-pane
label=
"户合并"
name=
"h"
>
<div
style=
"width:100%;height:
1
5px"
></div>
<div
style=
"width:100%;height:
2
5px"
></div>
<div
class=
"hb-tabs psn"
v-if=
"hhbtabs"
>
<hfghb></hfghb>
</div>
...
...
src/views/panel/change/hfghb/index.vue
View file @
89fbaef
...
...
@@ -313,7 +313,7 @@ export default {
created
(){},
mounted
(){
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
2
0
;
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
1
0
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
270
;
})
this
.
search
();
...
...
@@ -556,7 +556,7 @@ export default {
height
:
100%
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
2
5
px
20px
;
padding
:
2
0
px
20px
;
.el-row{
box-sizing
:
border-box
;
padding-left
:
2px
;
...
...
Please
register
or
sign in
to post a comment