This commit is contained in:
liuye
2022-01-17 14:11:48 +08:00
parent 52ec12369d
commit 0073e30a2b
2 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<img src="./components/img/xzh.png" alt="" class="imgselect" v-if="item.isChecked" @click.stop="girdClick(item, index)" />
<img src="./components/img/xz.png" alt="" class="imgselect" v-else @click.stop="girdClick(item, index)" />
</span>
<span v-else style="width:24px;"></span>
<img src="./components/img/gird--select-icon.png" alt="" class="avatras" />
</div>
<div class="rightes">
@@ -147,6 +148,7 @@ export default {
this.$http.post(`/app/appgirdinfo/queryAppGirdInfoByGirdLevel?girdLevel=${girdLevel}&girdMemberId=${this.userGird.girdMemberId}&parentGirdId=${row.id}`).then((res) => {
if (res?.data) {
this.treeList = res.data
this.setGird = {}
}
})
},
@@ -278,16 +280,20 @@ export default {
border-radius: 8px;
}
.rightes {
width: 100%;
width: calc(100% - 140px);
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 32px;
border-bottom: 1px solid #e4e5e6;
.applicationNames {
width: calc(100% - 56px);
font-size: 36px;
font-weight: 500;
color: #333333;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.imgs {
width: 40px;