walter 9 mēneši atpakaļ
vecāks
revīzija
3fccb6413c

+ 11 - 4
src/components/AppealInfo.vue

@@ -7,12 +7,13 @@
     @open="onOpen"
     @closed="onClosed"
   >
-    <div style="height: 100%;width: 100%">
+    <div style="height: 100%;width: 100%;" >
       <van-nav-bar
         title="申诉信息"
         :left-arrow="true"
         @click-left="showAppealInfo = false"
         @click-right="showActions = true"
+        fixed
       >
         <template slot="right" v-if="canActions">
           <van-icon name="bars"/>
@@ -273,11 +274,11 @@ export default {
     },
     height:{
       type: String,
-      default: '100%'
+      default: '90%'
     },
     width:{
       type: String,
-      default: '100%'
+      default: '100vw'
     }
   },
   data(){
@@ -674,10 +675,16 @@ export default {
 
 
 <style scoped lang="less">
+/deep/ .van-nav-bar--fixed{
+  position: fixed;
+  top: 10%;
+  left: 0;
+  width: 100%;
+}
 .container {
   position: relative;
   width: 100%;
-  margin-top: 1.5rem;
+  margin-top: 15%;
 
   & .card-box{
     margin: 0.2rem;

+ 1 - 1
src/components/user_image.vue

@@ -119,7 +119,7 @@
   }
   .user_name_div{
     position: absolute;
-    z-index: 1;
+    //z-index: 1;
     text-align: center;
     color: #fff;
   }

+ 1 - 1
src/point/view/integral/appealList.vue

@@ -357,7 +357,7 @@ export default {
 .content-list{
   margin-top: 0.2rem;
   position: relative;
-  height: calc(100% - 1.5rem);
+  height: calc(100% - 3rem);
 }