fixed usertools header block display
This commit is contained in:
parent
7ce31674ea
commit
f6f70033ae
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#user-tools[data-v-4e9a834e]{
|
#user-tools[data-v-4e9a834e]{
|
||||||
margin-right:0.5em;
|
margin-right:0.5em;
|
||||||
padding-right:0.5em;
|
/* padding-right:0.5em; */
|
||||||
border-right:1px solid #222;
|
/* border-right:1px solid #222; */
|
||||||
}
|
}
|
||||||
h4[data-v-4e9a834e]{
|
h4[data-v-4e9a834e]{
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
|
@ -46,8 +46,8 @@ export default {
|
||||||
<style lang="css" scoped>
|
<style lang="css" scoped>
|
||||||
#user-tools{
|
#user-tools{
|
||||||
margin-right:0.5em;
|
margin-right:0.5em;
|
||||||
padding-right:0.5em;
|
/* padding-right:0.5em; */
|
||||||
border-right:1px solid #222;
|
/* border-right:1px solid #222; */
|
||||||
}
|
}
|
||||||
h4{
|
h4{
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
Loading…
Reference in New Issue