This commit is contained in:
liuye
2022-01-07 15:15:06 +08:00
parent 4cc0aed338
commit 226b773b09
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
<img src="./components/img/xzh.png" alt="" class="imgselect" v-if="item.isChecked" @click.stop="girdClick(item, index)" /> <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)" /> <img src="./components/img/xz.png" alt="" class="imgselect" v-else @click.stop="girdClick(item, index)" />
</span> </span>
<img src="./components/img/tx@2x.png" alt="" class="avatras" /> <img src="./components/img/gird--select-icon.png" alt="" class="avatras" />
</div> </div>
<div class="rightes"> <div class="rightes">
<div class="applicationNames">{{ item.girdName }}</div> <div class="applicationNames">{{ item.girdName }}</div>
@@ -200,12 +200,12 @@ export default {
.header-middle { .header-middle {
padding-bottom: 140px; padding-bottom: 140px;
.hint { .hint {
padding: 0 20px 0 32px; padding: 28px 20px 28px 32px;
height: 112px; line-height: 56px;
line-height: 112px;
box-shadow: 0px 1px 0px 0px #e4e5e6; box-shadow: 0px 1px 0px 0px #e4e5e6;
font-size: 30px; font-size: 30px;
font-weight: 500; font-weight: 500;
word-break: break-all;
} }
.showTypes { .showTypes {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB