fix: add small class

This commit is contained in:
shuai
2023-08-15 14:52:25 +08:00
parent 93fc7b3d52
commit ce970a073d
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -37,8 +37,9 @@ const useAddUserModal = (props: IProps = {}) => {
users: {
'ui:widget': 'textarea',
'ui:options': {
rows: 6,
rows: 7,
placeholder: t('form.fields.users.placeholder'),
className: 'small',
},
},
};
+4
View File
@@ -40,6 +40,10 @@ img[src=""] {
font-size: 0.75rem;
}
.small {
font-size: 0.875rem;
}
.pic-auth-modal {
width: 25%;
}