修改 textarea 样式

This commit is contained in:
whyour 2023-06-03 00:48:04 +08:00
parent 874b6e3a56
commit 8f75a54110

View File

@ -392,3 +392,7 @@ pre {
.ant-table-filter-column {
justify-content: unset;
}
textarea.ant-input {
word-break: break-all;
}