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
5ca2f22f
authored
2020-12-10 16:54:30 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地分割细节优化
1 parent
a056251a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
src/App.vue
src/views/panel/change/fg/index.vue
src/App.vue
View file @
5ca2f22
...
...
@@ -54,11 +54,16 @@ export default {
}
}
li
:hover
{
background
:
#eee
;
background
:
#F0F9FF
;
}
.cantClick
{
color
:
#BBB
!important
;
cursor
:
not-allowed
!important
;
}
.cantClick
:hover
{
background
:
#ffffff
!important
;
}
.choosed
{
color
:
#4EB2FF
;
background-color
:
#F0F9FF
!important
;
i{
display
:
inline-block
;
}
...
...
src/views/panel/change/fg/index.vue
View file @
5ca2f22
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment