We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5(@nutui/nutui)
4.0.2
3.2.47
dev:h5
npm
v19.3.0
Chrome(110.0.5481.100)
MacOs(13.2.1)
<nut-dialog teleport="#app" :lock-scroll="true" title="登 录" v-model:visible="state.loginPopup" ok-text="登 录" @cancel="onCancel" @ok="doLogin" > <nut-form style="height: 100px"> <nut-form-item label="账号" label-width="40px"> <nut-input placeholder="请输入账号" v-model="loginParam.account" :border="false" /> </nut-form-item> <nut-form-item label="密码" label-width="40px"> <nut-input placeholder="请输入密码" v-model="loginParam.password" type="password" :border="false" /> </nut-form-item> </nut-form> </nut-dialog>
input不受外层结构影响
The text was updated successfully, but these errors were encountered:
ActionSheet中放置form存在同样的问题
Sorry, something went wrong.
fix: 修复 popup 中嵌套 input 高度为 0 的问题 #2144
808ceb5
#2170 nut-popup 故障一样
@nutui/[email protected] 已发布
@nutui/[email protected]
eiinu
No branches or pull requests
NutUI scenes(nutui 场景)
H5(@nutui/nutui)
NutUI-vue version(nutui-vue 版本)
4.0.2
Vue version(vue 版本)
3.2.47
Operating environment(运行环境)
dev:h5
Citation method(引用方式)
npm
Node version(node 版本)
v19.3.0
Browser and its version(浏览器及其版本)
Chrome(110.0.5481.100)
System and its version(系统及其版本)
MacOs(13.2.1)
Steps to reproduce(重现步骤)
What is expected?(期望的结果是什么?)
input不受外层结构影响
What is actually happening?(实际的结果是什么?)
input不受外层结构影响
The text was updated successfully, but these errors were encountered: