chore: 响应式断点
This commit is contained in:
parent
51770ad6a0
commit
0ce7b2ffd2
@ -50,7 +50,7 @@ async function handleSubmit() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mt-[16px] md:w-full lg:w-1/2 xl:w-1/3">
|
||||
<div class="mt-[16px] md:w-full lg:w-1/2 2xl:w-2/5">
|
||||
<Form :label-col="{ span: 4 }" :model="form" @finish="handleSubmit">
|
||||
<FormItem
|
||||
:rules="[{ required: true, message: '请输入昵称' }]"
|
||||
|
@ -72,7 +72,7 @@ function handleSubmit() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mt-[16px] md:w-full lg:w-1/2 xl:w-1/3">
|
||||
<div class="mt-[16px] md:w-full lg:w-1/2 2xl:w-2/5">
|
||||
<Form :label-col="{ span: 5 }" :model="form" @finish="handleSubmit">
|
||||
<FormItem
|
||||
:rules="[{ required: true, message: '请输入旧密码' }]"
|
||||
|
Loading…
Reference in New Issue
Block a user