mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
动画加速
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
/>
|
||||
</div>
|
||||
<!-- 选项按钮 -->
|
||||
<div class="absolute" style="z-index: 1; right: 16px; top: 16px">
|
||||
<div
|
||||
class="absolute"
|
||||
style="z-index: 1; right: 16px; top: 16px; transition: 0.2s"
|
||||
>
|
||||
<q-btn
|
||||
flat
|
||||
round
|
||||
@@ -439,7 +442,7 @@ export default {
|
||||
text-align: right;
|
||||
}
|
||||
.wrapper {
|
||||
transition: 0.5s;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.wrapper:hover {
|
||||
transition: 0.5s;
|
||||
|
@@ -54,6 +54,7 @@
|
||||
v-model="currentTag"
|
||||
transition-prev="slide-down"
|
||||
transition-next="slide-up"
|
||||
transition-duration="200"
|
||||
swipeable
|
||||
vertical
|
||||
>
|
||||
|
Reference in New Issue
Block a user