⚡ Optimized UI components
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
/>
|
||||
</li>
|
||||
</div>
|
||||
<transition name="page" appear>
|
||||
<transition name="fade">
|
||||
<div v-if="showMore" class="show-on-large-screen">
|
||||
<li>
|
||||
<input
|
||||
@@ -267,6 +267,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.fade-enter,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.stared {
|
||||
color: #f8e81c !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user