|
|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<view class="flex flex-col w-[40vw]">
|
|
|
<view class="mb-3 flex flex-row ">
|
|
|
- <cl-input class="" :pt="{ className: '!h-[40px] !rounded-xxl !px-4 !w-[100%]' }" v-model="form.username"
|
|
|
+ <cl-input class="" :pt="{ className: '!h-[40px] !rounded-xxl !px-4 !w-[40vw]' }" v-model="form.username"
|
|
|
placeholder="请输入手机号"></cl-input>
|
|
|
</view>
|
|
|
|
|
|
<view class="relative flex flex-row items-center mb-5">
|
|
|
- <cl-input :pt="{ className: '!h-[40px] !rounded-xxl !px-4 !w-[100%]' }" v-model="form.code" :clearable="false"
|
|
|
+ <cl-input :pt="{ className: '!h-[40px] !rounded-xxl !px-4 !w-[40vw]' }" v-model="form.code" :clearable="false"
|
|
|
type="number">
|
|
|
</cl-input>
|
|
|
<view class="absolute right-0">
|