mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
visual bug fix on label
This commit is contained in:
parent
61de95788c
commit
084c377bcf
Binary file not shown.
@ -35,8 +35,7 @@ namespace OS {
|
||||
*/
|
||||
protected mount() {
|
||||
$(this.refs.container)
|
||||
.css("display", "flex")
|
||||
.css("flex-direction", "row");
|
||||
.css("display", "flex");
|
||||
$(this.refs.iclass)
|
||||
.css("flex-shrink",0);
|
||||
$(this.refs.i)
|
||||
|
@ -4,6 +4,7 @@ afx-label i.icon-style {
|
||||
afx-label span {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
afx-label i.label-text{
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user