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
03f2535e
authored
2020-12-29 14:19:22 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
ff352cb7
38fa392e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
src/assets/images/map_default.png
src/views/Home.vue
src/views/panel/change/fg/index.vue
src/assets/images/map_default.png
View file @
03f2535
25.4 KB
|
W:
|
H:
25.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/Home.vue
View file @
03f2535
...
...
@@ -33,10 +33,10 @@
<span>
{{
item
.
name
}}
</span>
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont iconiconset0403"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;font-size:30px"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont iconiconset0403"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;font-size:30px"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
</div>
<!--
<div
class=
"header-bottom"
>
<Navigation
ref=
"navigation"
></Navigation>
...
...
src/views/panel/change/fg/index.vue
View file @
03f2535
...
...
@@ -1228,6 +1228,7 @@
width
:
210px
;
display
:
block
;
margin
:
10px
auto
;
border
:
1px
solid
#F2F2F2
;
}
/
deep
/
.el-select
{
width
:
100%
;
...
...
Please
register
or
sign in
to post a comment