对接搜索中心
This commit is contained in:
+9
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user