对接搜索中心

This commit is contained in:
qq787203167
2022-08-18 16:37:29 +08:00
parent d27bb56aa3
commit b42c3951eb
2 changed files with 10 additions and 3 deletions
@@ -30,9 +30,9 @@
<img class="content-box-box-img" style="display: inline-block;width: auto" v-if="index2 == 0">
<img :src="item2.img" v-else class="content-box-box-img" alt="">
<span v-if="index2 == 0" class="content-box-box-text"></span>
<span v-else class="content-box-box-text">
<div v-else class="content-box-box-text">
{{item2.applyMarket_dictText}}
</span>
</div>
</div>
<div class="content-box-box" v-else>
@@ -352,6 +352,7 @@
display: inline-block;
cursor: pointer;
background: #fff;
position: relative;
border-right: 1px #d9d9d9 solid;
border-top: 1px #d9d9d9 solid;
border-bottom: 1px #d9d9d9 solid;
@@ -368,6 +369,11 @@
font-size: 18px;
font-weight: 500;
color: #040B29;
word-break: break-word;
white-space: pre-line;
position: absolute;
top: 50%;
transform: translateY(-66%);
}
}
@@ -398,6 +404,7 @@
font-size: 18px;
font-weight: 500;
color: #040B29;
word-break: break-word;
}
}
@@ -54,6 +54,7 @@
v-if="(formInline.dataList.length-1) == index && formInline.dataList.length < 5"
type="plus-circle"/>
<a-icon class="icon-size"
style="margin-left: 8px"
@click="deleteData"
v-if="formInline.dataList.length > 1 && (formInline.dataList.length - 1) == index"
type="minus-circle"/>
@@ -252,6 +253,5 @@
.icon-size {
font-size: 18px;
margin-top: 14px;
margin-right: 4px;
}
</style>