mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
动画加速
This commit is contained in:
parent
7c692858d2
commit
31d3e41610
@ -18,7 +18,10 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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
|
<q-btn
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
@ -439,7 +442,7 @@ export default {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.wrapper {
|
.wrapper {
|
||||||
transition: 0.5s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
.wrapper:hover {
|
.wrapper:hover {
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
v-model="currentTag"
|
v-model="currentTag"
|
||||||
transition-prev="slide-down"
|
transition-prev="slide-down"
|
||||||
transition-next="slide-up"
|
transition-next="slide-up"
|
||||||
|
transition-duration="200"
|
||||||
swipeable
|
swipeable
|
||||||
vertical
|
vertical
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user