DESKTOP-SVI9JE1\muzen před 1 rokem
rodič
revize
c3b85c03b6
1 změnil soubory, kde provedl 4 přidání a 7 odebrání
  1. 4 7
      src/pages/help/index.vue

+ 4 - 7
src/pages/help/index.vue

@@ -49,17 +49,16 @@ export default {
         content: ''
       },
       // 图片列表
-      imageFiles: [],
+      imageFiles: [{},{},{},{},{},{},{},{},{}],
       length: 0,
       // 单选
       active: 0,
       // 反馈类型
       typeOptions: [],
-      // 高度
-      height: 0
     }
   },
   onLoad() {
+    // 背景改色
     document.querySelector('body').setAttribute('style', 'background-color:#FFF;')
     this.getList()
   },
@@ -136,8 +135,6 @@ uni-page-body {
 }
 
 .app-container {
-  height: 100%;
-  min-height: 724px;
   background-color: #FFF;
   color: #353535;
   position: relative;
@@ -171,7 +168,7 @@ textarea {
 }
 
 .upload {
-  margin-top: 24px;
+  margin: 24px 0 80px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
@@ -214,8 +211,8 @@ textarea {
 .submit {
   width: 100%;
   position: absolute;
-  bottom: 20px;
   left: 0;
+  bottom: 0;
 
   button {
     width: 400rpx;