Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

This commit is contained in:
paulGao
2022-03-29 17:58:47 +08:00
6 changed files with 19 additions and 10 deletions

View File

@@ -147,12 +147,14 @@ export default {
cursor: pointer;
}
.store-search{
width:63px;
width:55.6px;
padding: 0 9px;
border-radius: 0;
border-radius: 3px;
&:nth-child(2){
width:62px;
margin-left: -5px;
width:55px;
margin-left: -2px;
border-radius: 3px;
}
}
.btn-div{

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div style="height:auto;">
<div class="item-intro-show">
<div class="item-intro-detail" ref="itemIntroDetail">
<div class="item-intro-nav item-tabs">
@@ -71,7 +71,7 @@
</TabPane>
<TabPane label="商品参数">
<template v-if="detail.goodsParamsDTOList && detail.goodsParamsDTOList.length">
<div class="goods-params" v-for="item in detail.goodsParamsDTOList" :key="item.groupId">
<div class="goods-params" style="height:inherit;" v-for="item in detail.goodsParamsDTOList" :key="item.groupId">
<span class="ml_10">{{item.groupName}}</span>
<table class="mb_10" cellpadding='0' cellspacing="0" >
<tr v-for="param in item.goodsParamsItemDTOList" :key="param.paramId">
@@ -220,6 +220,7 @@ export default {
width: 1200px;
margin: 15px auto;
display: flex;
overflow: scroll;
flex-direction: row;
}

View File

@@ -161,7 +161,7 @@ export default {
padding: 0 10px;
font-size: 12px;
>div:nth-child(1) {
width: 130px;
margin-top: 30px;
span:nth-child(1){
color: #fff;
@@ -169,7 +169,7 @@ export default {
padding: 0 5px;
background-color: #a25684;
display: block;
width: 120px;
overflow: hidden;
white-space: nowrap;
margin: 0 10px 10px 0;