Update app.css
Browse files
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 |
+
}
|