地图部分样式修改
Showing
3 changed files
with
20 additions
and
9 deletions
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
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;font-size:30px" title="图形管理" v-if="!isMap" @click="goMap"></i> | 37 | <i class="iconfont icondiqiu" style="color:#006CFF;font-size:30px" title="图形管理" v-if="!isMap" @click="goMap"></i> |
38 | <i class="iconfont iconxinxi" style="color:#006CFF;font-size:30px" 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> | ... | ... |
... | @@ -491,22 +491,24 @@ export default { | ... | @@ -491,22 +491,24 @@ export default { |
491 | float: left; | 491 | float: left; |
492 | height: 24px; | 492 | height: 24px; |
493 | line-height: 24px; | 493 | line-height: 24px; |
494 | } | ||
495 | li:last-child{ | ||
496 | border: 0; | ||
497 | } | ||
498 | li :hover{ | ||
499 | cursor:pointer | ||
500 | } | ||
501 | i{ | 494 | i{ |
502 | font-size:16px; | 495 | font-size:16px; |
503 | color: #8C8E91; | 496 | color: #8C8E91; |
497 | position: relative; | ||
498 | top: 2px; | ||
504 | } | 499 | } |
505 | span{ | 500 | span{ |
506 | font-size: 12px; | 501 | font-size: 12px; |
507 | color: #6D7278; | 502 | color: #6D7278; |
508 | } | 503 | } |
509 | } | 504 | } |
505 | li:last-child{ | ||
506 | border: 0; | ||
507 | } | ||
508 | li :hover{ | ||
509 | cursor:pointer | ||
510 | } | ||
511 | } | ||
510 | } | 512 | } |
511 | .bufferDialog{ | 513 | .bufferDialog{ |
512 | background: #f9f8f7; | 514 | background: #f9f8f7; | ... | ... |
... | @@ -165,12 +165,21 @@ | ... | @@ -165,12 +165,21 @@ |
165 | .content { | 165 | .content { |
166 | height:100%; | 166 | height:100%; |
167 | overflow:auto; | 167 | overflow:auto; |
168 | box-sizing: border-box; | ||
169 | padding:10px | ||
168 | } | 170 | } |
169 | } | 171 | } |
170 | .custom-tree-node{ | 172 | .custom-tree-node{ |
171 | display: inline-flex; | 173 | display: contents; |
174 | span{ | ||
175 | margin-right: 16px; | ||
176 | } | ||
172 | } | 177 | } |
173 | .setOpacity{ | 178 | .setOpacity{ |
174 | width: 100px; | 179 | width: 100px; |
175 | } | 180 | } |
181 | /deep/ .el-slider__button{ | ||
182 | width: 10px; | ||
183 | height: 10px; | ||
184 | } | ||
176 | </style> | 185 | </style> | ... | ... |
-
Please register or sign in to post a comment