BUG 28399

This commit is contained in:
aixianling
2022-03-21 18:38:47 +08:00
parent 8b03ef819a
commit 4ee94cfb97
8 changed files with 17 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
<div class="area">
<div>区域选择</div>
<div>
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName">
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="changeArea" :name.sync="areaName" selectRoot>
<span style="margin-left: 4px" v-if="areaName">{{ areaName }}</span>
<span v-else>请选择</span>
<u-icon name="arrow-right" color="#666" size="28" style="margin-left: 4px" />
@@ -134,9 +134,9 @@ export default {
.infoList {
.area {
display:flex;
justify-content:space-between;
justify-content:space-between;
padding: 0 30px;
height: 100px;
height: 100px;
line-height: 100px;
background: #FFFF;
}
@@ -215,7 +215,7 @@ export default {
.card-item {
margin-top: 24px;
background-color: #FFFFFF;
box-shadow: 0px 0px 16px 16px rgba(0, 0, 0, 0.04);
box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.04);
border-radius: 16px;
padding: 30px 32px 20px 32px;