Merge branch 'feature/linzhijun_扣子智能体_0710' of https://gta.lvfunai.com/ai-team/lingji-work-fe into feature/linzhijun_扣子智能体_0710
This commit is contained in:
@ -23,12 +23,12 @@
|
|||||||
:xxl="4"
|
:xxl="4"
|
||||||
v-for="(product, k) in item.agent_products">
|
v-for="(product, k) in item.agent_products">
|
||||||
<div class="card-container cursor-pointer !h-252px mt-25px" @click="goDetail(product?.type, product?.id)">
|
<div class="card-container cursor-pointer !h-252px mt-25px" @click="goDetail(product?.type, product?.id)">
|
||||||
<div class="card-image h-120px w-100% bg-cover bg-center bg-#E6E6E8" v-image-main-color="product.image_url">
|
<div class="card-image h-120px w-100% bg-cover bg-center bg-#E6E6E8 mb-8px" v-image-main-color="product.image_url">
|
||||||
<img class="object-contain h-full w-100% mb-8px" :src="product?.image_url"/>
|
<img class="object-contain h-full w-100% " :src="product?.image_url"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-content">
|
<div class="card-content w-full">
|
||||||
<div class="card-title mb-4px">{{ product?.name }}</div>
|
<TextoverTips :context="product.name" class="card-title mb-4px"/>
|
||||||
<TextoverTips :context="product.description" class="card-description mb-8px color-#737478 text-14px lh-22px font-400" :line="2" />
|
<TextoverTips :context="product.description" class="card-description mb-8px color-#737478 text-14px lh-22px font-400" :line="2" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -74,6 +74,9 @@
|
|||||||
&.arco-textarea-wrapper {
|
&.arco-textarea-wrapper {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
.arco-input-prefix {
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-footer {
|
.card-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user