地图部分样式修改
Showing
3 changed files
with
21 additions
and
10 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,6 +491,16 @@ export default { | ... | @@ -491,6 +491,16 @@ export default { |
491 | float: left; | 491 | float: left; |
492 | height: 24px; | 492 | height: 24px; |
493 | line-height: 24px; | 493 | line-height: 24px; |
494 | i{ | ||
495 | font-size:16px; | ||
496 | color: #8C8E91; | ||
497 | position: relative; | ||
498 | top: 2px; | ||
499 | } | ||
500 | span{ | ||
501 | font-size: 12px; | ||
502 | color: #6D7278; | ||
503 | } | ||
494 | } | 504 | } |
495 | li:last-child{ | 505 | li:last-child{ |
496 | border: 0; | 506 | border: 0; |
... | @@ -498,14 +508,6 @@ export default { | ... | @@ -498,14 +508,6 @@ export default { |
498 | li :hover{ | 508 | li :hover{ |
499 | cursor:pointer | 509 | cursor:pointer |
500 | } | 510 | } |
501 | i{ | ||
502 | font-size:16px; | ||
503 | color: #8C8E91; | ||
504 | } | ||
505 | span{ | ||
506 | font-size: 12px; | ||
507 | color: #6D7278; | ||
508 | } | ||
509 | } | 511 | } |
510 | } | 512 | } |
511 | .bufferDialog{ | 513 | .bufferDialog{ | ... | ... |
... | @@ -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