zhouwenxuan
2023-07-25 22f0e04d34f19aac857e25627343dff9a2542057
pages/tabBar/firstPage/firstPage.vue
@@ -9,7 +9,7 @@
            <view class="barText">首页</view>
         </view>
      </view>
      <view  style="display: flex;flex-direction: column;padding: 10px 15px;">
      <view  class="list">
         <view class="first" @click="goExamine">
            预警审核
         </view>
@@ -84,15 +84,14 @@
<style>
.navBarBox .navBar {
   background-color:lightgrey;
   height: 45px;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   /* text-align: center; */
   font-weight: 600;
   background-color:#fff;
     height: 50px;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.fix{
   position: sticky;
@@ -105,6 +104,12 @@
.statusBar{
   background-color:lightgrey;
}
.list{
   display: flex;
   flex-direction: column;
   padding: 10px 15px;
}
.first{
   width: 100%;
   height: 110px;
@@ -117,4 +122,9 @@
   font-size: 18px;
   margin-top: 40px;
}
.barText{
   text-align: center;
   font-size: 16px;
   font-weight: 600;
}
</style>