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
8afb66b2
authored
2021-01-11 19:46:37 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权属状态
1 parent
68406e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
8afb66b
...
...
@@ -58,14 +58,14 @@
<span
class=
"qsztFont"
>
变
</span>
</span>
<template
v-else
>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
>
<span
class=
"qsztFont"
style=
"color: red; "
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"background:#00dd00; "
>
<span
class=
"qsztFont"
>
正
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
>
<span
class=
"qsztFont"
style=
"color: #00FF00; "
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"background: #238ff9; "
>
<span
class=
"qsztFont"
>
现
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
>
<span
class=
"qsztFont"
style=
"color: blue; "
>
现
</span>
</span>
</
template
>
...
...
@@ -482,12 +482,15 @@ export default {
color
:
orange
;
}
.qsztFont
{
display
:
block
;
color
:
#FFFFFF
;
height
:
20px
;
line-height
:
20px
;
font-size
:
14px
;
text-align
:
center
;
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
font-size
:
12px
;
line-height
:
16px
;
border
:
1px
solid
;
border-radius
:
8px
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment