27017
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
|       <span class="label">网格选择</span> | ||||
|       <div class="grid-select__right" @click="toChoose"> | ||||
|         <span>{{ form.girdName || '请选择' }}</span> | ||||
|         <u-icon name="arrow-right" color="#cccccc" size="14"></u-icon> | ||||
|         <u-icon name="arrow-right" color="#cccccc" size="30" style="margin-left:8px;"></u-icon> | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="map-content"> | ||||
|   | ||||
| @@ -217,7 +217,7 @@ export default { | ||||
|           margin-left: 32px; | ||||
|           border-bottom: 1px solid #e4e5e6; | ||||
|           .applicationNames { | ||||
|             width: calc(100% - 56px); | ||||
|             width: calc(100% - 100px); | ||||
|             font-size: 36px; | ||||
|             font-weight: 500; | ||||
|             color: #333333; | ||||
| @@ -226,9 +226,10 @@ export default { | ||||
|             white-space:nowrap; | ||||
|           } | ||||
|           .imgs { | ||||
|             width: 40px; | ||||
|             height: 40px; | ||||
|             width: 60px; | ||||
|             height: 60px; | ||||
|             vertical-align: middle; | ||||
|             margin-right: 32px; | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|   | ||||
| @@ -307,12 +307,13 @@ export default { | ||||
|             padding-right: 32px; | ||||
|             box-sizing: border-box; | ||||
|             text-align: right; | ||||
|              .imgs { | ||||
|               width: 60px; | ||||
|               height: 60px; | ||||
|               vertical-align: middle; | ||||
|             } | ||||
|           } | ||||
|           .imgs { | ||||
|             width: 40px; | ||||
|             height: 40px; | ||||
|             margin-right: 20px; | ||||
|           } | ||||
|           | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user