Skip to content

Commit f90ad1c

Browse files
authored
fix(form): [form] Fix the popper-options page demo style issue (#3114)
1 parent 0be0da3 commit f90ad1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sites/demos/pc/app/form/popper-options-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="demo-form">
33
<div class="scroll-parent">
4-
<tiny-form ref="formRef" :model="createData" label-width="60px" :popper-options="{ bubbling: true }">
4+
<tiny-form ref="formRef" :model="createData" label-width="70px" :popper-options="{ bubbling: true }">
55
<tiny-form-item label="姓名" prop="name" required>
66
<tiny-input v-model="createData.name"> </tiny-input>
77
</tiny-form-item>

examples/sites/demos/pc/app/form/popper-options.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="demo-form">
33
<div class="scroll-parent">
4-
<tiny-form ref="form" :model="createData" label-width="60px" :popper-options="{ bubbling: true }">
4+
<tiny-form ref="form" :model="createData" label-width="70px" :popper-options="{ bubbling: true }">
55
<tiny-form-item label="姓名" prop="name" required>
66
<tiny-input v-model="createData.name"> </tiny-input>
77
</tiny-form-item>

0 commit comments

Comments
 (0)