代码1、plus.nativeUI.toast(opt.title, {
align: "center",
verticalAlign: "center",
type: "text",
background: 'rgb(74, 75, 77)',
})
代码2、plus.nativeUI.toast(opt.title, {
align: "center", // 水平居中
verticalAlign: "center", // 垂直底部
type: "text",
})
- 发布:2022-11-09 17:16
- 更新:2023-11-03 09:13
- 阅读:254
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.5.1
HBuilderX类型: 正式
HBuilderX版本号: 3.6.4
手机系统: Android
手机系统版本号: Android 12
手机厂商: 小米
手机机型: Redmi K40 Gaming
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
。。
。。
预期结果:
正常改动样式
正常改动样式
实际结果:
toast框变大了
toast框变大了
bug描述:
代码1:添加了background属性后,toast变成了这样,
代码2:去掉background属性后就是正常的