meidi 4 months ago
parent
commit
06c608a5e7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/interaction.info/solicitation/form.vue

+ 3 - 2
src/views/interaction.info/solicitation/form.vue

@@ -385,7 +385,7 @@ export default {
385 385
       margin-bottom: 16px;
386 386
 
387 387
       .title-name {
388
-        height: 28px;
388
+        // height: 28px;
389 389
         display: flex;
390 390
         font-size: 16px;
391 391
         font-weight: 400;
@@ -397,7 +397,8 @@ export default {
397 397
 
398 398
         .nick-box {
399 399
           margin: 0;
400
-          height: 24px;
400
+          max-height: 300px;
401
+          width: 80%;
401 402
         }
402 403
       }
403 404
     }