This commit is contained in:
liuye
2022-01-25 10:18:30 +08:00
parent 62bdef50b1
commit 1da7f2482f
3 changed files with 11 additions and 9 deletions

View File

@@ -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">

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}
}