update
This commit is contained in:
20
src/components/SequenceAdjustment/index.vue
Normal file
20
src/components/SequenceAdjustment/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user