Remove any inline styles
This commit is contained in:
parent
d934bc4aff
commit
cb542acbd0
|
@ -93,19 +93,4 @@
|
||||||
this.sidebarItems.forEach(item => item.active = false);
|
this.sidebarItems.forEach(item => item.active = false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
.bd-info {
|
|
||||||
display: flex;
|
|
||||||
flex-grow: 1;
|
|
||||||
align-items: flex-end;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bd-info span {
|
|
||||||
color: #414245;
|
|
||||||
font-weight: 700;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -62,8 +62,4 @@
|
||||||
},
|
},
|
||||||
methods
|
methods
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue