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
5f9ec4ef
authored
2020-12-10 11:26:00 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
a2311813
7595b603
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
5f9ec4e
...
...
@@ -10,7 +10,7 @@
<div
:class=
"
lpbData.cs.length == 0 && lpbData.zdys.length == 0
? '
bottom40
ljz-wrap'
? 'ljz-wrap'
: 'ljz-wrap'
"
v-show=
"lpbData.ljzs.length > 0"
...
...
@@ -21,13 +21,13 @@
ref=
"ljz"
v-for=
"(ljzs, ljzIndex) in lpbData.ljzs"
:key=
"ljzIndex"
:style=
"
{'marginTop':
ljzs.zdys.length > 0 ? '-30px':0
}"
:style=
"
{'marginTop':
'30px'
}"
>
<!--
<div
class=
"ljz-zdy-wrap"
:style=
"
{'min-height':ljzzdyHeight+40+'px'}"> -->
<!-- 循环逻辑幢下的幢单元 -->
<div
class=
"ljz-zdy"
:style=
"
{ 'min-height': ljzzdyHeight + 40 + 'px'
}"
:style=
"
{ 'min-height': ljzzdyHeight + 40 + 'px'
,'marginRight':zdyIndex
<
(ljzs.zdys.length-1)?'20px':'0'
}"
ref="ljzzdy"
v-show="ljzs.zdys.length > 0"
v-for="(zdys, zdyIndex) in ljzs.zdys"
...
...
@@ -724,7 +724,7 @@ export default {
height
:
auto
;
overflow
:
hidden
;
.ljz
{
margin-bottom
:
20px
;
//
margin-bottom
:
20px
;
display
:
table
;
//
position
:
relative
;
//
.ljz-zdy-wrap
{
...
...
@@ -732,7 +732,6 @@ export default {
//
display
:
table
;
.ljz-zdy
{
height
:
auto
;
margin-right
:
20px
;
float
:
left
;
position
:
relative
;
.zdy-name
{
...
...
@@ -779,6 +778,7 @@ export default {
height
:
auto
;
overflow
:
hidden
;
margin-bottom
:
60px
;
margin-top
:
30px
;
.zdy
{
float
:
left
;
margin-right
:
20px
;
...
...
Please
register
or
sign in
to post a comment