mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 23:48:47 +00:00
Change select style (#5645)
* 01 change css file path * 02 change Select style
This commit is contained in:
@@ -5,6 +5,7 @@ import { seafileAPI } from '../utils/seafile-api';
|
||||
import { gettext, enableShowContactEmailWhenSearchUser } from '../utils/constants';
|
||||
import { Utils } from '../utils/utils';
|
||||
import toaster from './toast';
|
||||
import { UserSelectStyle } from './common/select';
|
||||
|
||||
import '../css/user-select.css';
|
||||
|
||||
@@ -99,6 +100,7 @@ class UserSelect extends React.Component {
|
||||
className={`user-select ${this.props.className}`}
|
||||
value={this.props.value}
|
||||
ref="userSelect"
|
||||
styles={UserSelectStyle}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user