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
37aa69d0
authored
2021-01-12 16:45:50 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
f878c561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/components/lineTree/lineItem.vue
src/views/zrz/lpb/bjlp/index.vue
src/components/lineTree/lineItem.vue
View file @
37aa69d
...
...
@@ -39,10 +39,10 @@
<span
class=
"qsztFont"
style=
"color: red; "
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
>
<span
class=
"qsztFont"
style=
"color: #
00FF00
; "
>
正
</span>
<span
class=
"qsztFont"
style=
"color: #
1AD6E1
; "
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
>
<span
class=
"qsztFont"
style=
"color:
blue
; "
>
现
</span>
<span
class=
"qsztFont"
style=
"color:
#45AEFD
; "
>
现
</span>
</span>
</
template
>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
37aa69d
...
...
@@ -872,18 +872,18 @@ export default {
box-sizing
:
border-box
;
padding
:
0
20px
;
/deep/.el-radio-button__inner
{
border
:
1px
solid
#
00cacd
;
color
:
#
00cacd
;
border
:
1px
solid
#
3fa2e1
;
color
:
#
3fa2e1
;
}
/
deep
/
.el-radio-button__inner
:hover
{
color
:
#
00cacd
;
color
:
#
3fa2e1
;
}
/
deep
/
.is-active
.el-radio-button__inner
{
color
:
#fff
;
}
/
deep
/
.el-radio-button__orig-radio
:checked
+
.el-radio-button__inner
{
background-color
:
#
00cacd
;
border-color
:
#
00cacd
;
background-color
:
#
3fa2e1
;
border-color
:
#
3fa2e1
;
}
.searchInput
{
transition
:
0.5s
;
...
...
Please
register
or
sign in
to post a comment