feat: 登录注册页样式修改

This commit is contained in:
zhangyh
2025-10-13 15:11:59 +08:00
parent 9b2332e86a
commit 5fdca4a3a9
5 changed files with 129 additions and 147 deletions

View File

@@ -16,6 +16,7 @@
</div>
</template>
<script setup lang="ts">
import { ref } from 'vue'
const options = ref([
{ label: 'Female', value: '1' },
{ label: 'Male', value: '0' }