Update EditNote.vue
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -74,12 +81,13 @@
|
||||
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
||||
|
||||
<Affix :offset-top="0">
|
||||
<div :class="[showHeaderShade ? 'noteHeaderShade' : 'noteHeader']">
|
||||
|
||||
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
||||
<div :class="[showHeaderShade ? 'noteHeaderShade' : 'noteHeader']" style="text-align: left;">
|
||||
<transition name="fade">
|
||||
<img v-show="!toTopState" style="height:40px;float:left;cursor: pointer;position: absolute;" alt="refresh flagnote" src="/static/logo.png"
|
||||
v-on:click="refreshPage()" />
|
||||
|
||||
<div style="float:left;width:auto;">
|
||||
</transition>
|
||||
<transition name="fade">
|
||||
<div style="float:left;width:auto;position: absolute">
|
||||
|
||||
<Button-group size="large">
|
||||
|
||||
@@ -92,7 +100,7 @@
|
||||
</Button-group>
|
||||
|
||||
</div>
|
||||
|
||||
</transition>
|
||||
|
||||
|
||||
<div style="float:right;width:auto;">
|
||||
|
||||
Reference in New Issue
Block a user