Compare commits
1 Commits
scrollbar
...
dev-logo-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d44e6d982 |
@@ -39,6 +39,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fade-enter-active, .fade-leave-active {
|
||||||
|
transition: opacity .25s
|
||||||
|
}
|
||||||
|
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
|
||||||
|
opacity: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
@@ -74,12 +81,13 @@
|
|||||||
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
||||||
|
|
||||||
<Affix :offset-top="0">
|
<Affix :offset-top="0">
|
||||||
<div :class="[showHeaderShade ? 'noteHeaderShade' : 'noteHeader']">
|
<div :class="[showHeaderShade ? 'noteHeaderShade' : 'noteHeader']" style="text-align: left;">
|
||||||
|
<transition name="fade">
|
||||||
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
<img v-show="!toTopState" style="height:40px;float:left;cursor: pointer;position: absolute;" alt="refresh flagnote" src="/static/logo.png"
|
||||||
v-on:click="refreshPage()" />
|
v-on:click="refreshPage()" />
|
||||||
|
</transition>
|
||||||
<div style="float:left;width:auto;">
|
<transition name="fade">
|
||||||
|
<div style="float:left;width:auto;position: absolute">
|
||||||
|
|
||||||
<Button-group size="large">
|
<Button-group size="large">
|
||||||
|
|
||||||
@@ -92,7 +100,7 @@
|
|||||||
</Button-group>
|
</Button-group>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</transition>
|
||||||
|
|
||||||
|
|
||||||
<div style="float:right;width:auto;">
|
<div style="float:right;width:auto;">
|
||||||
|
|||||||
Reference in New Issue
Block a user