<input type="text" class="code-input" v-model="nickname":placeholder="Please enter">
<input type="password" class="code-input" v-model="password" :placeholder="Please enter">
- 发布:2022-05-25 22:08
- 更新:2023-03-28 14:46
- 阅读:334
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 3.4.12
手机系统: Android
手机系统版本号: Android 12
手机厂商: 华为
手机机型: mate9
页面类型: nvue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<input type="text" class="code-input" v-model="nickname":placeholder="Please enter">
<input type="password" class="code-input" v-model="password" :placeholder="Please enter">
<input type="text" class="code-input" v-model="nickname":placeholder="Please enter">
<input type="password" class="code-input" v-model="password" :placeholder="Please enter">
预期结果:
两者字体大小一致占位符一致
两者字体大小一致占位符一致
实际结果:
不一样
不一样
bug描述:
input的placeholder属性在输入英文时候,分别在text和password存在不一样的占位符;
如图