Browse Source

Merge branch 'dev-3.0.0' of portal-site-vue-qinghai/portal-site-manage into dev

meidi 4 months ago
parent
commit
eb0beabb57
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
       margin-bottom: 16px;
385
       margin-bottom: 16px;
386
 
386
 
387
       .title-name {
387
       .title-name {
388
-        height: 28px;
388
+        // height: 28px;
389
         display: flex;
389
         display: flex;
390
         font-size: 16px;
390
         font-size: 16px;
391
         font-weight: 400;
391
         font-weight: 400;
@@ -397,7 +397,8 @@ export default {
397
 
397
 
398
         .nick-box {
398
         .nick-box {
399
           margin: 0;
399
           margin: 0;
400
-          height: 24px;
400
+          max-height: 300px;
401
+          width: 80%;
401
         }
402
         }
402
       }
403
       }
403
     }
404
     }