zhangyu
张宇 2 years ago
parent 345de09c0c
commit d98045dfa4

@ -1,5 +1,5 @@
<template> <template>
<view class="content min-h-dvh flex items-center justify-center px-4"> <view class="content flex items-center justify-center px-4">
<wd-form class="mb-36" ref="form" :model="model"> <wd-form class="mb-36" ref="form" :model="model">
<wd-cell-group border> <wd-cell-group border>
<wd-input label="用户名" label-width="100px" prop="username" clearable v-model="model.username" placeholder="请输入用户名" <wd-input label="用户名" label-width="100px" prop="username" clearable v-model="model.username" placeholder="请输入用户名"
@ -100,6 +100,7 @@ function handleSubmit() {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
min-height: 100vh;
} }
.logo { .logo {

@ -46,9 +46,9 @@
</view> </view>
</view> </view>
<view @click="utils.toUrl('/store/check/list')" class="text-white rounded-3xl p-4 pb-0 shadow-lg overflow-hidden" <view @click="utils.toUrl('/store/order/index')" class="text-white rounded-3xl p-4 pb-0 shadow-lg overflow-hidden"
style="background-image: linear-gradient(to top, #7ea0ff 0%, #a9bdf5 100%);"> style="background-image: linear-gradient(to top, #7ea0ff 0%, #a9bdf5 100%);">
<view class="font-bold">核销记录</view> <view class="font-bold">订单管理</view>
<view class="h-0.5 w-5 mt-0.5 bg-white"></view> <view class="h-0.5 w-5 mt-0.5 bg-white"></view>
<view class="flex justify-end"> <view class="flex justify-end">

Loading…
Cancel
Save