This commit is contained in:
2025-03-19 16:43:17 +08:00
parent 824f0ed09d
commit f097902e8c
31 changed files with 2733 additions and 30 deletions

View File

@@ -0,0 +1,20 @@
<script setup>
</script>
<template>
<div class="flex gap-[10px]">
<a-link :hoverable="false">
<icon-arrow-rise/>
上移
</a-link>
<a-link :hoverable="false">
<icon-arrow-fall/>
下移
</a-link>
</div>
</template>
<style scoped lang="scss">
</style>