|
@@ -16,7 +16,7 @@
|
|
|
</u-col>
|
|
|
</u-row>
|
|
|
<view class="comment-main" v-if="item.comments">评论:{{item.comments}}</view>
|
|
|
- <view class="comment-main" v-else>--</view>
|
|
|
+ <view class="comment-main" v-else>评论:--</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -67,20 +67,20 @@
|
|
|
<style lang="scss" scoped>
|
|
|
page {
|
|
|
background-color: #f8f8f8;
|
|
|
- height: calc(100vh - 44px);
|
|
|
}
|
|
|
.spotCheckDetails-wrap{
|
|
|
padding-top: 20upx;
|
|
|
.item-con{
|
|
|
background-color: #fff;
|
|
|
margin: 0 20upx 20upx;
|
|
|
+ border: 1px solid #F8F8F8;
|
|
|
border-radius: 6upx;
|
|
|
box-shadow: 1px 1px 3px #eee;
|
|
|
.item-header{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
padding: 20upx;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
+ border-bottom: 1px solid #F8F8F8;
|
|
|
.header-l{
|
|
|
flex-grow: 1;
|
|
|
position: relative;
|
|
@@ -116,7 +116,6 @@
|
|
|
font-size: 26upx;
|
|
|
padding: 16upx 20upx;
|
|
|
line-height: 1.5em;
|
|
|
- background-color: #f8f8f8;
|
|
|
margin-top: 20upx;
|
|
|
.comment-tit{
|
|
|
font-weight: bold;
|