mirror of https://gitee.com/answerdev/answer.git
fix: write page styles adjustment
This commit is contained in:
parent
d01e7f5529
commit
b5068db443
|
@ -43,7 +43,7 @@ const Legal: FC = () => {
|
|||
recommend_tags: {
|
||||
'ui:widget': 'textarea',
|
||||
'ui:options': {
|
||||
rows: 5,
|
||||
rows: 10,
|
||||
},
|
||||
},
|
||||
required_tag: {
|
||||
|
@ -52,7 +52,7 @@ const Legal: FC = () => {
|
|||
reserved_tags: {
|
||||
'ui:widget': 'textarea',
|
||||
'ui:options': {
|
||||
rows: 5,
|
||||
rows: 10,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue