seawolf2357 commited on
Commit
74ca01d
verified
1 Parent(s): b57663a

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +7 -0
app.css CHANGED
@@ -57,3 +57,10 @@
57
  }
58
 
59
  .footer {visibility: hidden}
 
 
 
 
 
 
 
 
57
  }
58
 
59
  .footer {visibility: hidden}
60
+
61
+ /* textarea 韥赴 臁办爤 */
62
+ .ant-input-textarea textarea {
63
+ min-height: 200px !important;
64
+ height: 200px !important;
65
+ resize: vertical !important;
66
+ }