mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
Improve className
This commit is contained in:
parent
6da452d7e0
commit
a7324f1da1
@ -65,7 +65,7 @@
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.language_box {
|
||||
.language-box {
|
||||
background: url("@{StaticBaseUrl}/img/muti_language.svg");
|
||||
background-size: 25px, 25px;
|
||||
background-position: center;
|
||||
|
@ -49,7 +49,7 @@ class SelectLanguageBox extends React.Component {
|
||||
|
||||
return (
|
||||
<Dropdown overlay={menu} >
|
||||
<div className="language_box" id={this.props.id} style={this.props.style} />
|
||||
<div className="language-box" id={this.props.id} style={this.props.style} />
|
||||
</Dropdown>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user