diff --git a/frontend/src/components/dialog/share-to-user.js b/frontend/src/components/dialog/share-to-user.js index 26be72b810..422a03e625 100644 --- a/frontend/src/components/dialog/share-to-user.js +++ b/frontend/src/components/dialog/share-to-user.js @@ -133,8 +133,8 @@ class ShareToUser extends React.Component { obj.email = res.data.users[i].email; obj.label = - - {res.data.users[i].name} + Avatar + {res.data.users[i].name} ; this.options.push(obj); } diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css index 5b3b96c508..4560d77cad 100644 --- a/media/css/seahub_react.css +++ b/media/css/seahub_react.css @@ -1078,3 +1078,16 @@ table .menu-toggle { .wiki-list-table td { line-height: 1.5rem; } + +/* react select-module */ +.select-module { + font-size: 1rem; +} +.select-module.select-module-icon { + width: 1.5rem; + height: 1.5rem; +} + +.select-module.select-module-name { + margin-left: 0.5rem; +}