Commit b79fd0d3 authored by youjie's avatar youjie

优化

parent db4e09b5
......@@ -175,7 +175,8 @@
</template>
<grid-one v-else :item="item" :index="index" :childIndex=0 :current="item.images[0]"></grid-one>
</view>
<view class="EvaluationDetail-center-time">{{ item.updateTime }}</view>
<view class="EvaluationDetail-center-time"
:class="[item.images.length==0?'active':'']">{{ item.updateTime }}</view>
</view>
</view>
</template>
......@@ -563,6 +564,9 @@
color: #BCBCBC;
padding: 30rpx 0;
}
.EvaluationDetail-center-time.active{
padding: 0 0 30rpx 0;
}
.EvaluationDetail-center-box{
border-bottom: 1px solid #F3F1EF;
}
......
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