|
@@ -32,11 +32,11 @@
|
|
|
</view>
|
|
|
<view class="tag" v-show="!item.read"></view>
|
|
|
</view>
|
|
|
- <view class="other-box">
|
|
|
+ <!-- <view class="other-box">
|
|
|
<view class="date">
|
|
|
{{item.createTime}}
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="line-box"></view>
|
|
|
</view>
|
|
@@ -244,7 +244,8 @@
|
|
|
// }
|
|
|
// }
|
|
|
.content-box {
|
|
|
- width: 85%;
|
|
|
+ // width: 85%;
|
|
|
+ width: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-around;
|