|
@@ -5,7 +5,7 @@
|
|
|
<Tabs :tabs="tabs" :currentTab="tabIndex" @change="changeTabEvent" itemWidth="33%"></Tabs>
|
|
<Tabs :tabs="tabs" :currentTab="tabIndex" @change="changeTabEvent" itemWidth="33%"></Tabs>
|
|
|
</view>
|
|
</view>
|
|
|
<view @click="allRead" class="set-all-read">
|
|
<view @click="allRead" class="set-all-read">
|
|
|
- 全部置为已读
|
|
|
|
|
|
|
+ 全部设为已读
|
|
|
</view>
|
|
</view>
|
|
|
<view class="allot-list">
|
|
<view class="allot-list">
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
@@ -120,16 +120,16 @@ export default {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
background-color: #f9fbfc;
|
|
background-color: #f9fbfc;
|
|
|
.set-all-read{
|
|
.set-all-read{
|
|
|
- width:190upx;
|
|
|
|
|
|
|
+ width:210upx;
|
|
|
height:80upx;
|
|
height:80upx;
|
|
|
line-height:80upx;
|
|
line-height:80upx;
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
- bottom:10upx;
|
|
|
|
|
|
|
+ bottom:15upx;
|
|
|
background-color: #3385FF;
|
|
background-color: #3385FF;
|
|
|
border-radius: 60upx;
|
|
border-radius: 60upx;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
color:white;
|
|
color:white;
|
|
|
- right:10upx;
|
|
|
|
|
|
|
+ right:15upx;
|
|
|
}
|
|
}
|
|
|
.allot-list {
|
|
.allot-list {
|
|
|
margin-top: 20upx;
|
|
margin-top: 20upx;
|