Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
6 additions
and
2 deletions
| ... | @@ -280,4 +280,8 @@ ol, ul { list-style:none; } | ... | @@ -280,4 +280,8 @@ ol, ul { list-style:none; } |
| 280 | .tdright { | 280 | .tdright { |
| 281 | text-align: right!important; | 281 | text-align: right!important; |
| 282 | padding-right: 10px!important; | 282 | padding-right: 10px!important; |
| 283 | } | ||
| 284 | //表格操作按钮字体大小 | ||
| 285 | .iconbanli,.icondingwei{ | ||
| 286 | font-size: 18px; | ||
| 283 | } | 287 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -34,8 +34,8 @@ | ... | @@ -34,8 +34,8 @@ |
| 34 | </div> | 34 | </div> |
| 35 | 35 | ||
| 36 | <div class="top-items tuOrShu" > | 36 | <div class="top-items tuOrShu" > |
| 37 | <i class="iconfont iconiconset0403" style="color:#006CFF;" title="图形管理" v-if="!isMap" @click="goMap"></i> | 37 | <i class="iconfont iconiconset0403" style="color:#006CFF;font-size:30px" title="图形管理" v-if="!isMap" @click="goMap"></i> |
| 38 | <i class="iconfont iconxinxi" style="color:#006CFF;" title="属性管理" v-else @click="goBack"></i> | 38 | <i class="iconfont iconxinxi" style="color:#006CFF;font-size:30px" title="属性管理" v-else @click="goBack"></i> |
| 39 | </div> | 39 | </div> |
| 40 | </div> | 40 | </div> |
| 41 | <!-- <div class="header-bottom"> | 41 | <!-- <div class="header-bottom"> | ... | ... |
-
Please register or sign in to post a comment