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
696fafe3
authored
2020-12-16 09:49:57 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表幢信息显示样式修改
1 parent
f1eeb752
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
696fafe
...
...
@@ -97,7 +97,7 @@
</div>
<!-- 楼盘表主体 -->
<div
class=
"lp-overview"
:style=
"
{ width: lpbContentwidth + 'px' }">
<lpbContent
ref=
"lpbContent"
:zrzbsm=
"$route.query.
zrz
bsm"
:key=
"time"
></lpbContent>
<lpbContent
ref=
"lpbContent"
:zrzbsm=
"$route.query.bsm"
:key=
"time"
></lpbContent>
</div>
<!-- 右侧图例 -->
<div
class=
"lp-legend"
>
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
696fafe
...
...
@@ -133,7 +133,9 @@
<!-- 逻辑幢名称 -->
<div
class=
"ljz-name name"
>
{{
ljzs
.
ljzmc
}}
<p>
{{
ljzs
.
ljzmc
}}
</p>
</div>
</div>
</div>
...
...
@@ -763,7 +765,8 @@ export default {
bottom
:
0
;
position
:
absolute
;
height
:
40px
;
background-color
:
rosybrown
;
//
background-color
:
rosybrown
;
border
:
1px
solid
#E6E6E6
}
//
.chTable-wrap
{
//
position
:
absolute
;
...
...
@@ -787,7 +790,12 @@ export default {
.ljz-name
{
width
:
calc
(
100%
-
32px
);
height
:
40px
;
background-color
:
darkorange
;
//
background-color
:
darkorange
;
p{
width
:
100%
;
height
:
100%
;
border
:
1px
solid
#E6E6E6
}
}
}
div
:last-child
{
...
...
@@ -813,7 +821,8 @@ export default {
display
:
inline-table
;
.zdy-name
{
bottom
:
0
;
background-color
:
blanchedalmond
;
//
background-color
:
blanchedalmond
;
border
:
1px
solid
#E6E6E6
}
}
.zdy-zdy
:last-child
{
...
...
@@ -823,7 +832,8 @@ export default {
.zdy-name
{
width
:
calc
;
height
:
40px
;
background-color
:
rosybrown
;
//
background-color
:
rosybrown
;
border
:
1px
solid
#E6E6E6
}
}
.column-reverse
{
...
...
@@ -898,7 +908,8 @@ export default {
.zrz
{
height
:
60px
;
line-height
:
60px
;
background-color
:
darkgoldenrod
;
background-color
:
#ffffff
;
border
:
1px
solid
#E6E6E6
;
position
:
relative
;
bottom
:
66px
;
text-align
:
center
;
...
...
Please
register
or
sign in
to post a comment