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
b21cc9f7
authored
2021-01-26 17:15:18 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
f1dea70f
f2df13f0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
19 deletions
src/components/lshs/index.vue
src/views/dz/lshs/index.vue
src/views/zd/lshs/index.vue
src/views/zrz/lshs/index.vue
src/components/lshs/index.vue
View file @
b21cc9f
<
template
>
<div
class=
"
lshs-content
"
>
<div
class=
"
main
"
>
<div
id=
"mountNode"
ref=
"containerWidth"
>
<div
v-show=
"showhide"
style=
"margin: 20px 0 0 20px;color:red;"
>
暂无变更业务,没有历史回溯数据
</div>
...
...
@@ -359,16 +359,9 @@ export default {
</
script
>
<
style
scoped
lang=
"less"
>
.lshs-content
{
width
:
100%
;
height
:
100%
;
}
#mountNode
{
/*height: calc(100% - 68px);*/
margin
:
20px
0
0
20px
;
width
:
50%
;
height
:
80%
;
height
:
calc
(
100%
-
140px
)
;
border
:
1px
solid
#E6E6E6
;
background
:
white
;
...
...
@@ -378,10 +371,9 @@ export default {
}
#mountNodeRight
{
margin
:
20px
20px
0
0
;
width
:
36%
;
float
:
right
;
height
:
80%
;
height
:
calc
(
100%
-
22px
)
;
border
:
1px
solid
#E6E6E6
;
background
:
white
;
padding
:
20px
20px
0
20px
;
...
...
src/views/dz/lshs/index.vue
View file @
b21cc9f
<
template
>
<div
class=
"lshs-content"
>
<Lshs
:type=
"type"
:bsm=
"bsm"
></Lshs>
</div>
<Lshs
:type=
"type"
:bsm=
"bsm"
></Lshs>
</
template
>
<
script
>
...
...
src/views/zd/lshs/index.vue
View file @
b21cc9f
<
template
>
<div
class=
"lshs-content"
>
<Lshs
:type=
"type"
:bsm=
"bsm"
></Lshs>
</div>
<Lshs
:type=
"type"
:bsm=
"bsm"
></Lshs>
</
template
>
<
script
>
...
...
src/views/zrz/lshs/index.vue
View file @
b21cc9f
<
template
>
<div
class=
""
>
<Lshs
:type=
"type"
:bsm=
"bsm"
></Lshs>
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment