buyer端隐藏店铺展示内容

This commit is contained in:
Yer11214
2024-10-05 22:23:00 +08:00
parent 9e630bb2ba
commit e45a1db2f9
14 changed files with 13 additions and 242 deletions

View File

@@ -106,9 +106,7 @@
</div>
<!-- 订单商品 -->
<div class="goods">
<div class="shop-name">
<span @click="shopPage(order.order.storeId)">{{order.order.storeName}}</span>
</div>
<table>
<thead>
<tr>
@@ -488,24 +486,6 @@ export default {
top: 20px;
}
}
/** 店铺名称 */
.shop-name {
margin: 15px 0;
span {
color: #438cde;
cursor: pointer;
&:hover {
color: $theme_color;
}
}
.ivu-icon {
color: #ff8f23;
cursor: pointer;
&:hover {
color: $theme_color;
}
}
}
/** 商品列表 */
table {
border: 1px solid #ddd;