liyongli 1 year ago
parent
commit
2296445a0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/view/mmg/index.vue

+ 2 - 2
src/view/mmg/index.vue

@@ -7,7 +7,7 @@
         type="textarea"
         style="width: 100%"
         placeholder="请输入关键字"
-        :autosize="{ minRows: 4, maxRows: 8 }"
+        :autosize="{ minRows: 15, maxRows: 15 }"
       >
       </el-input>
     </div>
@@ -52,7 +52,7 @@ const submit = () => {
 .mmg {
   width: 100vw;
   height: 100vh;
-  padding-top: 30vh;
+  padding-top: 15vh;
 
   .input-with-select,
   .append {