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
b48f4ef4
authored
2020-12-30 10:17:54 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权属状态样式修改
1 parent
4b74d10b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
b48f4ef
...
...
@@ -53,17 +53,14 @@
:ref="($route.query.bsm
&&
$route.query.bsm==item.bsm)?'curZxx':''"
:data-zdbsm="item.zdbsm"
>
<!--
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
>
临时
</span>
-->
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"border-radius: 50%; height: 20px; width: 20px; display: inline-block;background: #f79700; vertical-align: top;"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center"
>
临
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"b
order-radius: 50%; height: 20px; width: 20px; display: inline-block;background:#00dd00; vertical-align: top;
"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center
"
>
正
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"b
ackground:#00dd00;
"
>
<span
class=
"qsztFont
"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"b
order-radius: 50%; height: 20px; width: 20px; display: inline-block;background: #238ff9; vertical-align: top;
"
>
<span
style=
"display: block; color: #FFFFFF; height: 20px; line-height: 20px; font-size: 14px; text-align: center
"
>
现
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"b
ackground: #238ff9;
"
>
<span
class=
"qsztFont
"
>
现
</span>
</span>
...
...
@@ -466,8 +463,18 @@ export default {
width
:
16px
;
position
:
relative
;
top
:
1px
;
border-radius
:
50%
;
height
:
20px
;
width
:
20px
;
display
:
inline-block
;
}
.curPage
{
color
:
orange
;
}
.qsztFont
{
display
:
block
;
color
:
#FFFFFF
;
height
:
20px
;
line-height
:
20px
;
font-size
:
14px
;
text-align
:
center
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment