🎨 style: 优化样式展示

This commit is contained in:
wangsongsole 2024-02-23 10:56:28 +08:00
parent e84cd69e28
commit 7302e14ac6
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</div> </div>
</div> </div>
<div class="ipt-acc" style="position: relative;z-index: 99;" @click="bindAvailable"> <div class="ipt-acc" style="position: relative;z-index: 99;" @click="bindAvailable">
<h4 class="title" v-if="goodInfo.product_type===2&&goodInfo.card_show==2">{{goodInfo.product_name}}</h4> <h4 class="title">{{goodInfo.product_name}}</h4>
<template v-if="goodInfo.product_type===1||goodInfo.product_type===2&&goodInfo.card_show==1"> <template v-if="goodInfo.product_type===1||goodInfo.product_type===2&&goodInfo.card_show==1">
<!-- 京东E卡 --> <!-- 京东E卡 -->
<template v-if="goodInfo.is_e_card"> <template v-if="goodInfo.is_e_card">

View File

@ -908,7 +908,7 @@ img.changegray {
font-size: 0.17rem; font-size: 0.17rem;
font-weight: bold; font-weight: bold;
color: #0a0a0a; color: #0a0a0a;
margin-left: 0.12rem; margin-left: 0.24rem;
margin-bottom: 0.24rem; margin-bottom: 0.24rem;
} }