File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/sites/demos/pc/app/form Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" demo-form" >
3
3
<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 }" >
5
5
<tiny-form-item label =" 姓名" prop =" name" required >
6
6
<tiny-input v-model =" createData.name" > </tiny-input >
7
7
</tiny-form-item >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" demo-form" >
3
3
<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 }" >
5
5
<tiny-form-item label =" 姓名" prop =" name" required >
6
6
<tiny-input v-model =" createData.name" > </tiny-input >
7
7
</tiny-form-item >
You can’t perform that action at this time.
0 commit comments