1***@163.com
1***@163.com
  • 发布:2022-11-09 17:16
  • 更新:2023-11-03 09:13
  • 阅读:254

【报Bug】plus.nativeUI.toast 方法 background添加后显示异常

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 12.5.1

HBuilderX类型: 正式

HBuilderX版本号: 3.6.4

手机系统: Android

手机系统版本号: Android 12

手机厂商: 小米

手机机型: Redmi K40 Gaming

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

代码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",
})

操作步骤:

。。

预期结果:

正常改动样式

实际结果:

toast框变大了

bug描述:

代码1:添加了background属性后,toast变成了这样,
代码2:去掉background属性后就是正常的

2022-11-09 17:16 负责人:无 分享
已邀请:
7***@qq.com

7***@qq.com

遇到同样问题了,请问问题解决了吗?

要回复问题请先登录注册