Commit 911ab277 authored by Mac's avatar Mac

修复样式

parent 1807bccc
<template>
<div class="goods-box" :class="{ flex: goods.catPosition == 'left' }">
<view :style="{ margin: goods.catStyle == 1 ? '0px' : '10px 5px' }">
<view>
<u-tabs v-if="goods.showCat && goods.catPosition == 'top' && goods.catList.length > 1" name="menuName" :list="goods.catList"
:is-scroll="true" :active-color="mainColor" :current="activeKey" :show-bar="goods.catStyle == 1" :bold="false"
:type-style="goods.catStyle" :height="goods.catStyle == 1 ? '88' : '44'" @change="tabChangeHandler"></u-tabs>
......
......@@ -94,7 +94,7 @@ export default {
border-radius: 10rpx;
padding: 10px;
display:inline-block;
box-shadow: 0 0 10upx rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 10upx rgba(0, 0, 0, 0.1);
background: #FFF;
/* float: left; */
}
......
......@@ -89,8 +89,9 @@
box-shadow: 0 4px 10px 1px #D2D2D2;
}
.good-five-stydy .good-info {
padding: 0 12px 12px 12px;
.good-five-stydy .good-info {
height: 70px;
padding: 0 12px ;
flex: 1;
border: 10rpx;
padding-bottom: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment