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
3f9a05d3
authored
2020-12-10 10:34:50 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
2 parents
51aa4c61
915e3d02
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
src/App.vue
src/views/panel/change/fg/index.vue
src/App.vue
View file @
3f9a05d
...
...
@@ -32,3 +32,37 @@ export default {
},
};
</
script
>
<
style
lang=
"less"
>
.popper-zxx
{
padding
:
0
!important
;
/deep/
.el-tabs__header{
margin-bottom
:
10px
;
}
ul
{
margin-bottom
:
10px
;
li{
cursor
:
pointer
;
padding
:
4px
16px
;
position
:
relative
;
i{
position
:
absolute
;
right
:
20px
;
top
:
6px
;
color
:
#4EB2FF
;
display
:
none
;
}
}
li
:hover
{
background
:
#eee
;
}
.choosed
{
color
:
#4EB2FF
;
background-color
:
#F0F9FF
!important
;
i{
display
:
inline-block
;
}
}
}
}
</
style
>
\ No newline at end of file
...
...
src/views/panel/change/fg/index.vue
View file @
3f9a05d
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment