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

@@ -58,7 +58,6 @@
:show-cancel-button="false"
v-model:show="showVideo"
title=""
show-cancel-button
>
<div class="close-btn" @click="showVideo = false">
<van-icon name="cross" class="close-icon" />
@@ -76,7 +75,7 @@ import Video from './components/Video.vue'
const router = useRouter()
// stylist数据
const stylists = ref<array>([
const stylists = ref<Array<any>>([
{
id: 1,
name: 'Vera Lo',

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' }