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
da73539c
authored
2020-11-16 10:43:51 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表样式调整
1 parent
2d327d90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
src/views/systemZRZ/index.vue
src/views/systemZRZ/lpb/bjlp/lpbContent/index.vue
src/views/systemZRZ/index.vue
View file @
da73539
...
...
@@ -37,7 +37,7 @@ export default {
},
created
()
{},
mounted
()
{
this
.
$store
.
state
.
contentWidth
=
this
.
$refs
.
lpb
.
offsetWidth
-
40
;
this
.
$store
.
state
.
contentWidth
=
this
.
$refs
.
lpb
.
offsetWidth
-
37
;
},
computed
:
{},
watch
:
{},
...
...
src/views/systemZRZ/lpb/bjlp/lpbContent/index.vue
View file @
da73539
...
...
@@ -112,13 +112,13 @@ export default {
created
()
{
},
mounted
()
{
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
);
setTimeout
(()
=>
{
//
lp-overview
宽度 - 右侧图例宽度 - lp-overview滚动条宽度 - lpbContent的pandingRight
this
.
lpbContentWidth
=
this
.
$store
.
state
.
contentWidth
-
34
-
1
-
20
;
//
tab-content
宽度 - 右侧图例宽度 - lp-overview滚动条宽度 - lpbContent的pandingRight
this
.
lpbContentWidth
=
this
.
$store
.
state
.
contentWidth
-
34
-
20
;
//让滚动条滚动至最下面 -6是横向滚动条的高度
this
.
$refs
.
lpbContent
.
scrollTop
=
this
.
$refs
.
lpbContent
.
scrollHeight
-
this
.
$refs
.
lpbContent
.
clientHeight
-
6
;
},
100
);
this
.
getLpb
(
this
.
$store
.
state
.
zrzbsm
);
this
.
$refs
.
lpbContent
.
scrollTop
=
this
.
$refs
.
lpbContent
.
scrollHeight
-
this
.
$refs
.
lpbContent
.
clientHeight
-
6
;
},
200
);
},
methods
:
{
//获取楼盘表数据
...
...
@@ -195,7 +195,6 @@ export default {
}
else
{
this
.
ljzzdyHeight
=
highest
;
}
console
.
log
(
this
.
ljzzdyHeight
,
'this.ljzzdyHeight'
);
}
else
{
// this.zdyWidth = 124;
}
...
...
@@ -356,12 +355,6 @@ export default {
flex-direction
:
column-reverse
;
}
}
//
.ch-wrap
{
//
width
:
800px
;
//
height
:
200px
;
//
margin-bottom
:
60px
;
//
background-color
:
rgb
(
165
,
136
,
62
);
//
}
//
公共部分样式
start
.chTable
{
...
...
Please
register
or
sign in
to post a comment