提交 9e8047a8 作者: 龚洪江

修复:租赁去除报价

上级 a1fc2426
...@@ -41,14 +41,6 @@ export default function EquipmentLeasing(props: Props) { ...@@ -41,14 +41,6 @@ export default function EquipmentLeasing(props: Props) {
<div className='item-bottom-title' title={item.goodsName}> <div className='item-bottom-title' title={item.goodsName}>
{item.goodsName} {item.goodsName}
</div> </div>
{userInfo?.cooperationTagId ? (
<div className='item-bottom-price'>
<span className='money'>¥{item.price}</span>
<span className='unit'>/天起</span>
</div>
) : (
<div className='unit'>获取报价</div>
)}
</div> </div>
</div> </div>
); );
......
...@@ -44,17 +44,6 @@ export const Box = styled.div` ...@@ -44,17 +44,6 @@ export const Box = styled.div`
color: #ff552d; color: #ff552d;
} }
} }
&-price {
.money {
width: 50px;
height: 26px;
font-size: 16px;
font-family: Arial-BoldMT, Arial;
font-weight: normal;
color: #ff552d;
line-height: 22px;
}
}
.unit { .unit {
width: 58px; width: 58px;
height: 22px; height: 22px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论