shish 3 лет назад
Родитель
Сommit
a0ff7add82
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/admin/notice/index.vue

+ 4 - 4
ghsApp/src/admin/notice/index.vue

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