feat: 登录注册页样式修改
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user