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;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.language_box {
|
.language-box {
|
||||||
background: url("@{StaticBaseUrl}/img/muti_language.svg");
|
background: url("@{StaticBaseUrl}/img/muti_language.svg");
|
||||||
background-size: 25px, 25px;
|
background-size: 25px, 25px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -94,7 +94,7 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-content{
|
.login-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -49,7 +49,7 @@ class SelectLanguageBox extends React.Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dropdown overlay={menu} >
|
<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>
|
</Dropdown>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user