mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
动画加速
This commit is contained in:
parent
7c692858d2
commit
31d3e41610
@ -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
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user