mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +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() {
|
protected mount() {
|
||||||
$(this.refs.container)
|
$(this.refs.container)
|
||||||
.css("display", "flex")
|
.css("display", "flex");
|
||||||
.css("flex-direction", "row");
|
|
||||||
$(this.refs.iclass)
|
$(this.refs.iclass)
|
||||||
.css("flex-shrink",0);
|
.css("flex-shrink",0);
|
||||||
$(this.refs.i)
|
$(this.refs.i)
|
||||||
|
@ -4,6 +4,7 @@ afx-label i.icon-style {
|
|||||||
afx-label span {
|
afx-label span {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
afx-label i.label-text{
|
afx-label i.label-text{
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user