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
a532c4b7
authored
2020-12-28 16:56:01 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
733835ec
437be79b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/assets/less/main.less
src/views/Home.vue
src/assets/less/main.less
View file @
a532c4b
...
...
@@ -280,4 +280,8 @@ ol, ul { list-style:none; }
.tdright {
text-align: right!important;
padding-right: 10px!important;
}
//表格操作按钮字体大小
.iconbanli,.icondingwei{
font-size: 18px;
}
\ No newline at end of file
...
...
src/views/Home.vue
View file @
a532c4b
...
...
@@ -34,8 +34,8 @@
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont iconiconset0403"
style=
"color:#006CFF;"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
<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"
>
...
...
Please
register
or
sign in
to post a comment