feat: 增加仓库的排序,修复展示bug

This commit is contained in:
砂糖
2025-08-07 17:32:16 +08:00
parent 1bfd22a749
commit e28c7f54e8
3 changed files with 43 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<video ref="videoElement" controls autoplay></video>
<video ref="videoElement" controls autoplay style="width: 100%; height: 400px;"></video>
</div>
</template>